first step to sync LCARStrek with browser winstripe changes in Firefox 20 cycle
[themes.git] / LCARStrek / browser / devtools / splitview.css
index fc6f2eee71262e2ecc52af259582466b5edceec8..d936579cfdda349d8c050b69532880f5c75f5cdb 100644 (file)
@@ -95,7 +95,7 @@
 .splitview-landscape-resizer {
   -moz-appearance: none;
   width: 7px;
-  background-image: -moz-linear-gradient(left, #000000 1px, #FFCF00 1px);
+  background-image: linear-gradient(left, #000000 1px, #FFCF00 1px);
   background-size: 2px 15px;
   background-clip: padding-box;
   background-repeat: repeat-x;
 
 .splitview-portrait-resizer {
   -moz-appearance: none;
-  background: -moz-linear-gradient(top, #000000 1px, #FFCF00 1px);
+  background: linear-gradient(top, #000000 1px, #FFCF00 1px);
   height: 12px;
   background-size: 10px 2px, 100% 12px;
   background-clip: content-box, border-box;