Skip to content

Commit

Permalink
compile changes to box button
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Dec 15, 2024
1 parent 63a1f86 commit 66ee4e1
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
16 changes: 16 additions & 0 deletions css/ehui-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,14 @@ button.button-box.selected,
border-color: #7C49F2;
}

button.button-box.selected:hover,
.button.button-box.selected:hover,
button.button-box.selected:focus,
.button.button-box.selected:focus {
color: #6639BF;
border-color: #6639BF;
}

*,
*:before,
*:after {
Expand Down Expand Up @@ -3049,6 +3057,14 @@ button.button-box.selected,
border-color: #A280FF;
}

button.button-box.selected:hover,
.button.button-box.selected:hover,
button.button-box.selected:focus,
.button.button-box.selected:focus {
color: #C7B3FF;
border-color: #C7B3FF;
}

*,
*:before,
*:after {
Expand Down
8 changes: 8 additions & 0 deletions css/ehui-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,14 @@ button.button-box.selected,
border-color: #A280FF;
}

button.button-box.selected:hover,
.button.button-box.selected:hover,
button.button-box.selected:focus,
.button.button-box.selected:focus {
color: #C7B3FF;
border-color: #C7B3FF;
}

*,
*:before,
*:after {
Expand Down
8 changes: 8 additions & 0 deletions css/ehui-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,14 @@ button.button-box.selected,
border-color: #7C49F2;
}

button.button-box.selected:hover,
.button.button-box.selected:hover,
button.button-box.selected:focus,
.button.button-box.selected:focus {
color: #6639BF;
border-color: #6639BF;
}

*,
*:before,
*:after {
Expand Down
4 changes: 2 additions & 2 deletions site/css/ehui-auto.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/css/ehui-dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/css/ehui-light.min.css

Large diffs are not rendered by default.

0 comments on commit 66ee4e1

Please sign in to comment.