Skip to content

Commit 03304e0

Browse files
author
Kristan Kenney
committed
Update CSS
1 parent 57497e9 commit 03304e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/css/styles.min.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
14911491
right: 10px;
14921492
top: 50%;
14931493
}
1494+
14941495
.l-select select {
14951496
border: 0;
14961497
background-color: transparent;
@@ -1518,14 +1519,13 @@ div.l-content > div.l-separator:nth-of-type(4) {
15181519

15191520
.l-sort-toolbar .l-select {
15201521
float: left;
1521-
border: 1px solid rgba(41,90,152,0.15);
1522+
border: 1px solid #ddd;
15221523
background-color: rgba(255,255,255,0.90);
15231524
text-shadow: 0px 1px rgba(255,255,255,0.95);
15241525
border-radius: 4px;
15251526
border-bottom-right-radius: 0px;
15261527
border-top-right-radius: 0px;
15271528
border-right: 0px;
1528-
box-shadow: inset 0px 0px 1px rgba(41,90,152,0.1), inset 0 0px 2px rgba(255,255,255,1), 0px 0px 2px rgba(41,90,152,0.15);
15291529
text-shadow: 1px 1px rgba(255,255,255,0.9);
15301530
}
15311531

@@ -3313,7 +3313,7 @@ div.l-content.collapsed .l-sort {
33133313
}
33143314

33153315
form#vstobjects {
3316-
padding-top: 280px;
3316+
padding-top: 240px;
33173317
}
33183318

33193319
form#vstobjects.suspended {

0 commit comments

Comments
 (0)