Skip to content

Commit 88373f9

Browse files
author
Kristan Kenney
committed
Adjust hover/active button state effect in dark.css
1 parent 6df6056 commit 88373f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

install/deb/themes/dark.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2895,7 +2895,7 @@ td.hint {
28952895
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:hover, .vst-advanced:hover {
28962896
color: #fff !important;
28972897
text-shadow: 1px 1px rgba(0,0,0,0.25) !important;
2898-
border: 1px solid #0081d8 !important;
2898+
border: 1px solid #0098ff !important;
28992899
background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(68,68,68,1) 35%, rgba(79,79,79,1) 100%) !important;
29002900
background-color: #454545;
29012901
box-shadow: 0px 1px 3px rgba(0,0,0,0.35),
@@ -2907,11 +2907,11 @@ td.hint {
29072907
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
29082908
.button.cancel:active,.button.cancel:focus, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
29092909
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active, .vst-advanced:active {
2910-
border: 1px solid #378ccd !important;
2910+
border: 1px solid #0066b4 !important;
29112911
background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(53,53,53,1) 35%, rgba(69,69,69,1) 100%) !important;
2912-
color: #fff !important;
2913-
text-shadow: 0px -1px 1px rgba(0,0,0,0.5) !important;
2914-
box-shadow: 0px 1px 3px rgba(0,0,0,0.35),
2912+
color: #d4d4d4 !important;
2913+
text-shadow: 0px -1px 1px rgba(0,0,0,0.55) !important;
2914+
box-shadow: 0px 1px 3px rgba(0,0,0,0.3),
29152915
inset 0px 0px 1px rgba(0,0,0,1),
29162916
inset -1px -1px 4px rgba(30,30,30,0.4) !important;
29172917
}

0 commit comments

Comments
 (0)