Skip to content

Commit aef674c

Browse files
author
Kristan Kenney
committed
Update CSS for sort toolbar
1 parent 689e901 commit aef674c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

web/css/styles.min.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,19 +1286,19 @@ div.l-content > div.l-separator:nth-of-type(4) {
12861286
margin: 0;
12871287
overflow: hidden;
12881288
top: 42px;
1289-
background-color: rgba(49,97,152,0.95);
1289+
background-color: rgba(255,255,255,0.95);
12901290
list-style-type: none;
1291-
padding-left: 0;
1292-
box-shadow: 0 2px 8px 0 rgba(20, 20, 20, 0.25);
1293-
border-radius: 4px;
1294-
border: 1px solid rgba(255,255,255,0.95);
1291+
box-shadow: 0 2px 12px 0 rgba(20, 20, 20, 0.45);
1292+
border-radius: 8px;
1293+
border: 1px solid rgba(255,255,255,1);
1294+
padding: 0px;
12951295
}
12961296
.context-menu.sort-order li {
12971297
padding: 0;
12981298
}
12991299
.context-menu li {
1300-
border-bottom: 1px solid #777;
1301-
color: #fff;
1300+
border-bottom: 1px solid #ddd;
1301+
color: #2e2e2e;
13021302
cursor: pointer;
13031303
font-size: 0.8rem;
13041304
padding: 12px;
@@ -1307,8 +1307,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
13071307
display: inline-block;
13081308
padding: 12px 28px 12px 12px;
13091309
width: 117px;
1310-
text-transform: uppercase;
1311-
font-weight: 600;
1310+
font-weight: 500;
13121311
}
13131312
.context-menu.sort-order span.up {
13141313
display: inline-block;

0 commit comments

Comments
 (0)