X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Ftabview%2Ftabview.css;h=298d4b1a6e8884b94ac17f88a3f20b72a92c5e1d;hp=0acd44eaca0b4087e6681171ea1588d36dfd7287;hb=6b94b4db86bc087435a8d96d45b579e5dd121c75;hpb=c29b709d831267c35464cdff935f54cd752609db diff --git a/LCARStrek/browser/tabview/tabview.css b/LCARStrek/browser/tabview/tabview.css index 0acd44ea..298d4b1a 100644 --- a/LCARStrek/browser/tabview/tabview.css +++ b/LCARStrek/browser/tabview/tabview.css @@ -380,16 +380,20 @@ 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"); background-repeat: no-repeat; - -moz-padding-start: 20px; } -.title-container:hover input.name:-moz-placeholder { +.title-container:hover input.name::-moz-placeholder { color: #E7ADE7; + background-image: none; +} + +input.name:focus::-moz-placeholder { + background-image: none; } .title-shield {