Skip to content

Commit f1df42c

Browse files
author
Kristan Kenney
committed
Merge branch 'ui-fixes'
2 parents 69f33ba + c73f63a commit f1df42c

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

web/css/styles.min.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ a {
776776
}
777777

778778
.l-header {
779-
background: linear-gradient(to bottom, rgba(104,145,196,1) 0%,rgba(87,130,187,1) 50%,rgba(69,114,181,1) 51%,rgba(65,90,149,1) 100%);
779+
background: linear-gradient(to bottom, rgba(104,145,196,1) 0%,rgba(69,114,181,1) 50%,rgba(65,90,149,1) 100%);
780780
background-color: #5070a6;
781781
border-bottom: 1px solid rgba(255,255,255,0.95);
782782
overflow: hidden;
@@ -1089,6 +1089,10 @@ a {
10891089
color: #5ea64c;
10901090
background-color: white;
10911091
}
1092+
.alert a {
1093+
font-weight: bold;
1094+
color: #fff;
1095+
}
10921096

10931097
form#vstobjects .alert {
10941098
width: 380px;
@@ -2869,7 +2873,7 @@ td.hint {
28692873
color: #30659d !important;
28702874
border: 1px solid #0083db !important;
28712875
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;
2876+
background: linear-gradient(to bottom, rgba(235,243,249,1) 0%,rgba(192,216,236,1) 51%,rgba(223,235,245,1) 100%) !important;
28732877
box-shadow: 0px 1px 3px rgba(0,0,0,0.25),
28742878
inset 0px 0px 1px #fff,
28752879
inset 0px 0px 3px rgba(255,255,255,0.5) !important;
@@ -2881,7 +2885,7 @@ td.hint {
28812885
color: #0077c6 !important;
28822886
text-shadow: 1px 1px rgba(255,255,255,0.5) !important;
28832887
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;
2888+
background: linear-gradient(to bottom, rgba(241,248,253,1) 0%,rgba(190,221,246,1) 51%,rgba(227,240,251,1) 100%) !important;
28852889
box-shadow: 0px 1px 3px rgba(0,0,0,0.25),
28862890
inset 0px 0px 1px #fff,
28872891
inset 0px 0px 6px rgba(255,255,255,0.6) !important;
@@ -2893,7 +2897,7 @@ td.hint {
28932897
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active,
28942898
.vst-advanced:active,.to-top:focus, .to-shortcuts:focus {
28952899
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;
2900+
background: linear-gradient(to bottom, rgba(194,224,248,1) 0%, rgba(162,207,244,1) 51%, rgba(210,232,250,1) 100%) !important;
28972901
color: #517bab !important;
28982902
text-shadow: 0px -1px 2px rgba(255,255,255,0.85) !important;
28992903
box-shadow: 0px 1px 2px rgba(0,0,0,0.2),
@@ -2926,7 +2930,7 @@ td.hint {
29262930
.to-top, .to-shortcuts {
29272931
color: #717171 !important;
29282932
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;
2933+
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(230,230,230,1) 51%,rgba(242,242,242,1) 100%) !important;
29302934
}
29312935

29322936
.ui-button-text {
@@ -3280,15 +3284,15 @@ form#vstobjects.suspended {
32803284
text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
32813285
}
32823286

3283-
.pill.usage{
3287+
.pill.usage {
32843288
margin-top: 8px;
32853289
font-size: 0.75rem;
32863290
padding: 4px;
32873291
padding-left: 8px;
32883292
padding-right: 8px;
32893293
margin-right: 10px;
32903294
line-height: 0.75rem;
3291-
box-shadow: 0px 1px 1px rgba(0,0,0,0.35), inset 0px 1px 0px rgba(0,0,0,0.1);
3295+
box-shadow: 0px 1px 1px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(0,0,0,0.08);
32923296
background-color: rgba(255,255,255,0.75);
32933297
font-weight: 500;
32943298
border: 1px solid rgba(255,255,255,0.75);

0 commit comments

Comments
 (0)