X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=cfc77afdd255cd409d1d3bae714d0119f22a43e0;hp=d72bcf700c3c5ec00541fbfbb29c0cbb11d42593;hb=36759a51bcc412b1c08d2cad716a8898243c404c;hpb=a7145e953610161cc4774a08ded880bc9e0e9e07 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index d72bcf70..cfc77afd 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -897,6 +897,10 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon -moz-image-region: rect(36px, 108px, 54px, 90px); } +#downloads-button > .toolbarbutton-icon { + margin: 0; +} + /* history sidebar button */ #history-button { @@ -1243,7 +1247,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, } .urlbar-icon { - padding: 2px; + padding: 0 2px; } .searchbar-engine-button, @@ -2281,6 +2285,23 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png"); } +#blocked-plugins-notification-icon { + list-style-image: url("chrome://mozapps/skin/plugins/notifyPluginBlocked.png"); +} + +#blocked-plugins-notification-icon[showing] { + animation: pluginBlockedNotification 500ms ease 0s 5 alternate both; +} + +@keyframes pluginBlockedNotification { + from { + opacity: 0; + } + to { + opacity: 1; + } +} + #webRTC-notification-icon { list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png"); } @@ -3241,13 +3262,13 @@ html|*#gcli-output-frame { } /* social toolbar provider menu */ -#social-statusarea-popup { +.social-statusarea-popup { margin-top: 0; margin-left: -12px; margin-right: -12px; } -#social-statusarea-user { +.social-statusarea-user { border-bottom: 1px solid #9C9CFF; background-color: #000000; color: #FF9F00; @@ -3255,25 +3276,23 @@ html|*#gcli-output-frame { cursor: pointer; } -#social-statusarea-user-portrait { +.social-statusarea-user-portrait { width: 32px; height: 32px; border-radius: 2px; margin: 10px; } -#social-statusarea-user > vbox > #social-statusarea-notloggedin, -#social-statusarea-user > vbox > #social-statusarea-username { +.social-statusarea-loggedInStatus { background: transparent; border: none; - color: #9C9CFF; + color: #3333FF; min-width: 0; margin: 0 6px; list-style-image: none; } -#social-statusarea-user[_moz-menuactive] > vbox > #social-statusarea-notloggedin, -#social-statusarea-user[_moz-menuactive] > vbox > #social-statusarea-username { +#social-statusarea-user[_moz-menuactive] > vbox > .social-statusarea-loggedInStatus { text-decoration: underline; }