update LCARStrek for browser winstripe changes in Firefox 21 cycle
[themes.git] / LCARStrek / browser / tabview / tabview.css
index 7fc67b89c4985a5c7829f5c824bb7b9834d01b6a..298d4b1a6e8884b94ac17f88a3f20b72a92c5e1d 100644 (file)
@@ -385,11 +385,15 @@ input.name::-moz-placeholder {
   color: transparent;
   background-image: url("chrome://browser/skin/tabview/edit-light.png");
   background-repeat: no-repeat;
-  -moz-padding-start: 20px;
 }
 
 .title-container:hover input.name::-moz-placeholder {
   color: #E7ADE7;
+  background-image: none;
+}
+
+input.name:focus::-moz-placeholder {
+  background-image: none;
 }
 
 .title-shield {