Skip to content

Commit b318efc

Browse files
author
Kristan Kenney
committed
Fix active button state in dialog boxes
1 parent b071f84 commit b318efc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/deb/themes/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ td.hint {
29112911
}
29122912
.ui-button:focus,.ui-button:active,
29132913
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
2914-
.button.cancel:active,.button.cancel:focus, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
2914+
.button.cancel:active,.button.cancel:focus,
29152915
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active, .vst-advanced:active {
29162916
border: 1px solid #0066b4 !important;
29172917
background: linear-gradient(0deg, rgba(69,69,69,1) 0%, rgba(53,53,53,1) 35%, rgba(48,48,48,1) 100%) !important;

web/css/styles.min.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@ td.hint {
28542854
inset 0px 0px 3px rgba(255,255,255,0.5) !important;
28552855
}
28562856

2857-
.ui-button, .button {
2857+
.ui-button, .button, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit {
28582858
filter:chroma(color=#000);
28592859
cursor: pointer;
28602860
border-radius: 3px 3px 3px 3px !important;
@@ -2885,7 +2885,7 @@ td.hint {
28852885
}
28862886
.ui-button:focus,.ui-button:active,
28872887
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
2888-
.button.cancel:active,.button.cancel:focus, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
2888+
.button.cancel:active,.button.cancel:focus,
28892889
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active {
28902890
border: 1px solid #378ccd !important;
28912891
background: linear-gradient(to bottom, rgba(210,232,250,1) 0%,rgba(187,220,247,1) 50%,rgba(162,207,244,1) 51%,rgba(194,224,248,1) 100%) !important;

0 commit comments

Comments
 (0)