X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=32d898e8bf16bb52336cb69929a7ae63d53f0caf;hp=e33965faf6cf0cbaff8dbbde679bbf0ee30ec70d;hb=990cba4bc076ff111d30c89d55b9747aa806c1af;hpb=b8384c3314eb52a081461b39f8a2b1a55e507ad3 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index e33965fa..32d898e8 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -2281,6 +2281,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 +3258,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,14 +3272,14 @@ 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 > .link { +.social-statusarea-loggedInStatus { background: transparent; border: none; color: #3333FF; @@ -3271,7 +3288,7 @@ html|*#gcli-output-frame { list-style-image: none; } -#social-statusarea-user[_moz-menuactive] > vbox > .link { +#social-statusarea-user[_moz-menuactive] > vbox > .social-statusarea-loggedInStatus { text-decoration: underline; }