Skip to content

Commit

Permalink
additional stats fix (select and checkbox)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenyryas committed May 27, 2023
1 parent 8cb269f commit 59e2224
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions css-partials/swade-cyber-pc.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,20 @@
color: var(--lightblue);
}

.swade-official .additional-stats input {
.swade-official .additional-stats input,
.swade-official .additional-stats select {
color: var(--darkgrey);
background: var(--gradient-light);
background-size: 51% 51%;
background-size: 52% 52%;
background-repeat: no-repeat;
border-radius: 0;
text-align: center;
border-bottom: none;
}

.swade-official .additional-stats .checkmark,
.swade-official .additional-stats input:checked~.checkmark {
background-color: var(--lightblue);
}

.swade-official button:hover,
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"flags": {}
}
],
"version": "1.3.2",
"version": "1.3.3",
"compatibility": {
"minimum": "10",
"verified": "10"
Expand Down Expand Up @@ -43,5 +43,5 @@
}
],
"manifest": "https://raw.githubusercontent.com/Tenyryas/swade-cyber-css/master/module.json",
"download": "https://github.com/Tenyryas/swade-cyber-css/raw/v1.3.2/swade-cyber-css.zip"
"download": "https://github.com/Tenyryas/swade-cyber-css/raw/v1.3.3/swade-cyber-css.zip"
}
Binary file modified swade-cyber-css.zip
Binary file not shown.

0 comments on commit 59e2224

Please sign in to comment.