X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=254ac53c88f8507baab3e59630b2ad32ba652067;hp=c301532822ea18a9bf791154758173b6f6aa0791;hb=a736ce467112680248e266844bffa9330b041549;hpb=57fc408c28ef34b3925847c7bedf32de34455d96 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index c3015328..254ac53c 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -482,7 +482,7 @@ menuitem.bookmark-item { /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { - list-style-image: url("chrome://browser/skin/Toolbar.png"); + list-style-image: url("chrome://browser/skin/FxToolbar.png"); } .toolbarbutton-1:not([type="menu-button"]) { @@ -822,7 +822,7 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon /* home button */ #home-button.bookmark-item { - list-style-image: url("chrome://browser/skin/Toolbar.png"); + list-style-image: url("chrome://browser/skin/FxToolbar.png"); } #home-button { -moz-image-region: rect(0, 90px, 18px, 72px); @@ -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 { @@ -915,12 +919,12 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon #bookmarks-button, #bookmarks-menu-button { - list-style-image: url("chrome://browser/skin/Toolbar.png") !important; /* for making the palette work */ + list-style-image: url("chrome://browser/skin/FxToolbar.png") !important; /* for making the palette work */ -moz-image-region: rect(0, 144px, 18px, 126px); } #bookmarks-menu-button.bookmark-item { - /* list-style-image: url("chrome://browser/skin/Toolbar.png"); */ + /* list-style-image: url("chrome://browser/skin/FxToolbar.png"); */ } #bookmarks-menu-button.toolbarbutton-1 { @@ -1066,7 +1070,7 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon /* sync button */ #sync-button:not([status]) { - list-style-image: url("chrome://browser/skin/Toolbar.png") !important; /* for making the palette work */ + list-style-image: url("chrome://browser/skin/FxToolbar.png") !important; /* for making the palette work */ -moz-image-region: rect(0, 324px, 18px, 306px); } @@ -1214,8 +1218,8 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon transform: scaleX(-1); } -html|*.urlbar-input:-moz-lwtheme:-moz-placeholder, -.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:-moz-placeholder { +html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, +.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::-moz-placeholder { color: #E7ADE7; } @@ -1243,7 +1247,7 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder, } .urlbar-icon { - padding: 2px; + padding: 0 2px; } .searchbar-engine-button, @@ -1432,9 +1436,9 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon background-color: #FF9F00; } -#identity-box.verifiedIdentity:hover, -#identity-box.verifiedIdentity:hover:active, -#identity-box.verifiedIdentity[open=true] { +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover, +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover:active, +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity[open=true] { background-color: #008484; color: #000000; } @@ -1769,7 +1773,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- #main-window[disablechrome] #TabsToolbar, #TabsToolbar[tabsontop="false"] { - border-bottom: 1px solid #FF9F00; + border-bottom: 1px solid #008484; } .tabbrowser-tab, @@ -1830,7 +1834,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- background-color: #E7ADE7; } .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover { - background-color: #0000FF; + background-color: #3333FF; color: #000000; } @@ -1939,6 +1943,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- width: 26px; } +.tabs-newtab-button, .tabs-newtab-button:hover, #TabsToolbar > #new-tab-button:hover { -moz-image-region: rect(0, 32px, 18px, 16px); @@ -2281,6 +2286,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"); } @@ -2290,7 +2312,7 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon } #download-monitor { - list-style-image: url("chrome://browser/skin/Toolbar.png"); + list-style-image: url("chrome://browser/skin/FxToolbar.png"); -moz-image-region: rect(0, 108px, 18px, 90px); } @@ -2775,11 +2797,12 @@ html|*#highlighter-nodeinfobar-pseudo-classes { } .inspector-breadcrumbs-button { - /*background-color: transparent;*/ + background-color: #000000; + border-radius: 0; border-style: solid; border-width: 2px 13px; outline: none; - /* color: hsl(210,30%,85%); */ + color: #FF9F00; width: 85px; /* Can't use max-width. See bug 723132 */ /* The content of the button can be larger than the button */ overflow: hidden; @@ -2788,6 +2811,22 @@ html|*#highlighter-nodeinfobar-pseudo-classes { padding: 0 9px; } +.inspector-breadcrumbs-button:hover { + background-color: #FFCF00; + color: #000000; +} + +.inspector-breadcrumbs-button[checked]:not(:hover) { + background-color: #008484; + color: #000000; +} + +.inspector-breadcrumbs-button[siblings-menu-open], +.inspector-breadcrumbs-button:active { + background-color: #FF9F00; + color: #000000; +} + .inspector-breadcrumbs-button:-moz-focusring > .button-box { border-width: 0; } @@ -3241,13 +3280,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 +3294,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; }