@@ -256,14 +256,7 @@ html[dir='rtl'] #sidebarContent {
256
256
# toolbarSidebar {
257
257
width : 200px ;
258
258
height : 32px ;
259
- background-image : url (images/texture.png),
260
- -webkit-linear-gradient (hsla (0 , 0% , 30% , .99 ), hsla (0 , 0% , 25% , .95 ));
261
- background-image : url (images/texture.png),
262
- -moz-linear-gradient (hsla (0 , 0% , 30% , .99 ), hsla (0 , 0% , 25% , .95 ));
263
- background-image : url (images/texture.png),
264
- -ms-linear-gradient (hsla (0 , 0% , 30% , .99 ), hsla (0 , 0% , 25% , .95 ));
265
- background-image : url (images/texture.png),
266
- -o-linear-gradient (hsla (0 , 0% , 30% , .99 ), hsla (0 , 0% , 25% , .95 ));
259
+ background-color : # 424242 ; /* fallback */
267
260
background-image : url (images/texture.png),
268
261
linear-gradient (hsla (0 , 0% , 30% , .99 ), hsla (0 , 0% , 25% , .95 ));
269
262
box-shadow : inset -1px 0 0 rgba (0 , 0 , 0 , 0.25 ),
@@ -275,15 +268,8 @@ html[dir='rtl'] #sidebarContent {
275
268
276
269
# toolbarContainer , .findbar {
277
270
position : relative;
278
- background-color : # 474747 ; /* IE9 */
279
- background-image : url (images/texture.png),
280
- -webkit-linear-gradient (hsla (0 , 0% , 32% , .99 ), hsla (0 , 0% , 27% , .95 ));
281
- background-image : url (images/texture.png),
282
- -moz-linear-gradient (hsla (0 , 0% , 32% , .99 ), hsla (0 , 0% , 27% , .95 ));
283
- background-image : url (images/texture.png),
284
- -ms-linear-gradient (hsla (0 , 0% , 32% , .99 ), hsla (0 , 0% , 27% , .95 ));
285
- background-image : url (images/texture.png),
286
- -o-linear-gradient (hsla (0 , 0% , 32% , .99 ), hsla (0 , 0% , 27% , .95 ));
271
+ height : 32px ;
272
+ background-color : # 474747 ; /* fallback */
287
273
background-image : url (images/texture.png),
288
274
linear-gradient (hsla (0 , 0% , 32% , .99 ), hsla (0 , 0% , 27% , .95 ));
289
275
box-shadow : inset 1px 0 0 hsla (0 , 0% , 100% , .08 ),
@@ -358,9 +344,6 @@ html[dir='rtl'] #sidebarContent {
358
344
height : 100% ;
359
345
width : 50px ;
360
346
361
- background-image : -moz-linear-gradient (left, # 999 0% , # fff 50% , # 999 100% );
362
- background-image : -ms-linear-gradient (left, # 999 0% , # fff 50% , # 999 100% );
363
- background-image : -webkit-linear-gradient (left, # 999 0% , # fff 50% , # 999 100% );
364
347
background-image : linear-gradient (left, # 999 0% , # fff 50% , # 999 100% );
365
348
background-size : 100% 100% no-repeat;
366
349
@@ -540,10 +523,6 @@ html[dir='rtl'] .splitToolbarButton > .toolbarButton {
540
523
.splitToolbarButton .toggled > .toolbarButton ,
541
524
.toolbarButton .textButton {
542
525
background-color : hsla (0 , 0% , 0% , .12 );
543
- background-image : -webkit-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
544
- background-image : -moz-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
545
- background-image : -ms-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
546
- background-image : -o-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
547
526
background-image : linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
548
527
background-clip : padding-box;
549
528
border : 1px solid hsla (0 , 0% , 0% , .35 );
@@ -678,10 +657,6 @@ html[dir='rtl'] .dropdownToolbarButton {
678
657
.toolbarButton : focus ,
679
658
.dropdownToolbarButton {
680
659
background-color : hsla (0 , 0% , 0% , .12 );
681
- background-image : -webkit-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
682
- background-image : -moz-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
683
- background-image : -ms-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
684
- background-image : -o-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
685
660
background-image : linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
686
661
background-clip : padding-box;
687
662
border : 1px solid hsla (0 , 0% , 0% , .35 );
@@ -694,10 +669,6 @@ html[dir='rtl'] .dropdownToolbarButton {
694
669
.toolbarButton : hover : active ,
695
670
.dropdownToolbarButton : hover : active {
696
671
background-color : hsla (0 , 0% , 0% , .2 );
697
- background-image : -webkit-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
698
- background-image : -moz-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
699
- background-image : -ms-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
700
- background-image : -o-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
701
672
background-image : linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
702
673
border-color : hsla (0 , 0% , 0% , .35 ) hsla (0 , 0% , 0% , .4 ) hsla (0 , 0% , 0% , .45 );
703
674
box-shadow : 0 1px 1px hsla (0 , 0% , 0% , .1 ) inset,
@@ -723,10 +694,6 @@ html[dir='rtl'] .dropdownToolbarButton {
723
694
.toolbarButton .toggled ,
724
695
.splitToolbarButton .toggled > .toolbarButton .toggled {
725
696
background-color : hsla (0 , 0% , 0% , .3 );
726
- background-image : -webkit-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
727
- background-image : -moz-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
728
- background-image : -ms-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
729
- background-image : -o-linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
730
697
background-image : linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
731
698
border-color : hsla (0 , 0% , 0% , .4 ) hsla (0 , 0% , 0% , .45 ) hsla (0 , 0% , 0% , .5 );
732
699
box-shadow : 0 1px 1px hsla (0 , 0% , 0% , .1 ) inset,
@@ -958,7 +925,7 @@ html[dir='rtl'] .toolbarButton.pageDown::before {
958
925
border : 1px solid transparent;
959
926
border-radius : 2px ;
960
927
background-color : hsla (0 , 0% , 100% , .09 );
961
- background-image : -moz- linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
928
+ background-image : linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
962
929
background-clip : padding-box;
963
930
border : 1px solid hsla (0 , 0% , 0% , .35 );
964
931
border-color : hsla (0 , 0% , 0% , .32 ) hsla (0 , 0% , 0% , .38 ) hsla (0 , 0% , 0% , .42 );
@@ -1055,7 +1022,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
1055
1022
a : focus > .thumbnail > .thumbnailSelectionRing ,
1056
1023
.thumbnail : hover > .thumbnailSelectionRing {
1057
1024
background-color : hsla (0 , 0% , 100% , .15 );
1058
- background-image : -moz- linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
1025
+ background-image : linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
1059
1026
background-clip : padding-box;
1060
1027
box-shadow : 0 1px 0 hsla (0 , 0% , 100% , .05 ) inset,
1061
1028
0 0 1px hsla (0 , 0% , 100% , .2 ) inset,
@@ -1070,7 +1037,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
1070
1037
1071
1038
.thumbnail .selected > .thumbnailSelectionRing {
1072
1039
background-color : hsla (0 , 0% , 100% , .3 );
1073
- background-image : -moz- linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
1040
+ background-image : linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
1074
1041
background-clip : padding-box;
1075
1042
box-shadow : 0 1px 0 hsla (0 , 0% , 100% , .05 ) inset,
1076
1043
0 0 1px hsla (0 , 0% , 100% , .1 ) inset,
@@ -1121,7 +1088,7 @@ html[dir='rtl'] .outlineItem > a {
1121
1088
1122
1089
.outlineItem > a : hover {
1123
1090
background-color : hsla (0 , 0% , 100% , .02 );
1124
- background-image : -moz- linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
1091
+ background-image : linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
1125
1092
background-clip : padding-box;
1126
1093
box-shadow : 0 1px 0 hsla (0 , 0% , 100% , .05 ) inset,
1127
1094
0 0 1px hsla (0 , 0% , 100% , .2 ) inset,
@@ -1131,7 +1098,7 @@ html[dir='rtl'] .outlineItem > a {
1131
1098
1132
1099
.outlineItem .selected {
1133
1100
background-color : hsla (0 , 0% , 100% , .08 );
1134
- background-image : -moz- linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
1101
+ background-image : linear-gradient (hsla (0 , 0% , 100% , .05 ), hsla (0 , 0% , 100% , 0 ));
1135
1102
background-clip : padding-box;
1136
1103
box-shadow : 0 1px 0 hsla (0 , 0% , 100% , .05 ) inset,
1137
1104
0 0 1px hsla (0 , 0% , 100% , .1 ) inset,
0 commit comments