X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Fnavigator.css;h=ae67f37afe603edf3d61d4545eadbe317ef61c71;hp=97f635504b3aaf5c1c7dc80d6de2b8af58161ace;hb=fb2b576119cbcf95387a59fc2e3af29cd97a9a21;hpb=9162a092d2729702ec879ee58403181514202e50 diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index 97f63550..ae67f37a 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -281,7 +281,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { -moz-box-align: center; } -#urlbar:-moz-lwtheme:not([focused="true"]), .tabbrowser-tab:-moz-lwtheme:not([selected="true"]) { opacity: .8; } @@ -312,6 +311,48 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { display: none; } +/* ::::: notification popups ::::: */ + +#notification-popup { + padding: 10px; + margin-top: 3px; +} + +.popup-notification-icon { + width: 64px; + height: 64px; + -moz-margin-end: 10px; +} + +.popup-notification-icon[popupid="geolocation"] { + list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png"); +} + +.popup-notification-icon[popupid="password-save"] { + list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png"); +} + +/* Notification icon box */ +#notification-popup-box { + -moz-margin-end: 3px; +} + +.notification-anchor-icon:-moz-focusring { + outline: 1px dotted; +} + +#geo-notification-icon { + list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png"); + width: 16px; + height: 16px; +} + +#password-notification-icon { + list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png"); + width: 16px; + height: 16px; +} + /* ::::: page proxy icon ::::: */ #page-proxy-deck, @@ -399,11 +440,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { min-height: 16px; } -#search-button:-moz-lwtheme, -#go-button:-moz-lwtheme { - opacity: .8; -} - #search-button { /* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */ } @@ -457,6 +493,16 @@ toolbar[mode="icons"] #search-button > .button-box > .button-text { list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif"); } +#invalid-form-popup { + border: 1px solid #FFCF00; + border : 1px outset #FFFFCC; + padding: 2px 3px 0px 3px; + max-width: 40em; + background-color: #9C9CFF; + color: #000000; + font-weight: bold; +} + /* ::::: personal toolbar ::::: */ #bookmarks-button {