Skip to content

Commit 9aa8dbf

Browse files
author
Kristan Kenney
committed
Soften appearance of buttons (default theme)
1 parent ca5da2f commit 9aa8dbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/css/styles.min.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2869,7 +2869,7 @@ td.hint {
28692869
color: #30659d !important;
28702870
border: 1px solid #0083db !important;
28712871
background-color: #3b9de8 !important;
2872-
background: linear-gradient(to bottom, rgba(235,243,249,1) 0%,rgba(215,230,243,1) 50%,rgba(192,216,236,1) 51%,rgba(223,235,245,1) 100%) !important;
2872+
background: linear-gradient(to bottom, rgba(235,243,249,1) 0%,rgba(192,216,236,1) 51%,rgba(223,235,245,1) 100%) !important;
28732873
box-shadow: 0px 1px 3px rgba(0,0,0,0.25),
28742874
inset 0px 0px 1px #fff,
28752875
inset 0px 0px 3px rgba(255,255,255,0.5) !important;
@@ -2881,7 +2881,7 @@ td.hint {
28812881
color: #0077c6 !important;
28822882
text-shadow: 1px 1px rgba(255,255,255,0.5) !important;
28832883
border: 1px solid #54a6e5 !important;
2884-
background: linear-gradient(to bottom, rgba(241,248,253,1) 0%,rgba(218,236,250,1) 50%,rgba(190,221,246,1) 51%,rgba(227,240,251,1) 100%) !important;
2884+
background: linear-gradient(to bottom, rgba(241,248,253,1) 0%,rgba(190,221,246,1) 51%,rgba(227,240,251,1) 100%) !important;
28852885
box-shadow: 0px 1px 3px rgba(0,0,0,0.25),
28862886
inset 0px 0px 1px #fff,
28872887
inset 0px 0px 6px rgba(255,255,255,0.6) !important;
@@ -2893,7 +2893,7 @@ td.hint {
28932893
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active,
28942894
.vst-advanced:active,.to-top:focus, .to-shortcuts:focus {
28952895
border: 1px solid #0066b4 !important;
2896-
background: linear-gradient(to bottom, rgba(194,224,248,1) 0%, rgba(162,207,244,1) 51%, rgba(210,232,250,1) 100%) !important;
2896+
background: linear-gradient(to bottom, rgba(194,224,248,1) 0%, rgba(162,207,244,1) 51%, rgba(210,232,250,1) 100%) !important;
28972897
color: #517bab !important;
28982898
text-shadow: 0px -1px 2px rgba(255,255,255,0.85) !important;
28992899
box-shadow: 0px 1px 2px rgba(0,0,0,0.2),
@@ -2926,7 +2926,7 @@ td.hint {
29262926
.to-top, .to-shortcuts {
29272927
color: #717171 !important;
29282928
border: 1px solid #aaaaaa !important;
2929-
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(236,236,236,1) 50%,rgba(221,221,221,1) 51%,rgba(241,241,241,1) 100%) !important;
2929+
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(230,230,230,1) 51%,rgba(242,242,242,1) 100%) !important;
29302930
}
29312931

29322932
.ui-button-text {

0 commit comments

Comments
 (0)