Skip to content

Commit 864b863

Browse files
author
Kristan Kenney
committed
Adjust button down state in dark.css
1 parent 930b855 commit 864b863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/themes/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,7 @@ td.hint {
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 {
29102910
border: 1px solid #0066b4 !important;
2911-
background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(53,53,53,1) 35%, rgba(69,69,69,1) 100%) !important;
2911+
background: linear-gradient(0deg, rgba(69,69,69,1) 0%, rgba(53,53,53,1) 35%, rgba(48,48,48,1) 100%) !important;
29122912
color: #d4d4d4 !important;
29132913
text-shadow: 0px -1px 1px rgba(0,0,0,0.55) !important;
29142914
box-shadow: 0px 1px 3px rgba(0,0,0,0.3),

0 commit comments

Comments
 (0)