Skip to content

Commit

Permalink
Minor update of common CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamToki committed Dec 22, 2024
1 parent 2c2f9f4 commit b091e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PROJECT/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@

/* Interactive ctrls */
.Button, .Combobox {
width: 100%; height: 100%; border: 1px solid #00000040; border-radius: 5px; padding: 5px 9px;
width: 100%; height: 100%; border: 1px solid #00000040; border-radius: 5px; padding: 5px 10px;
background-color: #FFFFFF;
color: #000000; text-align: center; text-wrap: nowrap;
display: flex; justify-content: center; align-items: center; overflow: hidden;
Expand Down
5 changes: 1 addition & 4 deletions PROJECT/styles/common_Genshin.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,14 @@

/* Interactive ctrls */
.Button, .Combobox, .DropctrlGroup {
border: 1px solid #FFFFFF40; border-radius: 17.5px; padding: 5px 10px;
border: 1px solid #FFFFFF40; border-radius: 17.5px;
background-color: #EEE4D9;
color: #485267;
}
.Button.ShownAsLabel {
border-radius: 5px;
color: #EEE4D9;
}
.DropctrlGroup {
padding: 0;
}
.Textbox {
border: 1px solid #FFFFFF40; border-radius: 17.5px; padding: 5px 10px;
background-color: #F5F5F5;
Expand Down

0 comments on commit b091e5f

Please sign in to comment.