adjust both themes for changes in toolkit winstripe in Mozilla 19 cycle
[themes.git] / LCARStrek / browser / tabview / tabview.css
index 0acd44eaca0b4087e6681171ea1588d36dfd7287..7fc67b89c4985a5c7829f5c824bb7b9834d01b6a 100644 (file)
@@ -380,7 +380,7 @@ input.name:focus {
   color: #FFCF00;
 }
 
-input.name:-moz-placeholder {
+input.name::-moz-placeholder {
   font-style: italic !important;
   color: transparent;
   background-image: url("chrome://browser/skin/tabview/edit-light.png");
@@ -388,7 +388,7 @@ input.name:-moz-placeholder {
   -moz-padding-start: 20px;
 }
 
-.title-container:hover input.name:-moz-placeholder {
+.title-container:hover input.name::-moz-placeholder {
   color: #E7ADE7;
 }