X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=e33965faf6cf0cbaff8dbbde679bbf0ee30ec70d;hb=b8384c3314eb52a081461b39f8a2b1a55e507ad3;hp=4a0c9bfab345b84486420a897d50a0d80bf1d5f4;hpb=270cbf0c786cf69c16cdfeccc4ff73f9043b0f06;p=themes.git diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 4a0c9bfa..e33965fa 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -958,12 +958,12 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon -moz-image-region: rect(0, 180px, 18px, 162px); } -#print-button:not([disabled="true"]):hover { - -moz-image-region: rect(18px, 162px, 36px, 144px); +#new-tab-button:not([disabled="true"]):hover { + -moz-image-region: rect(18px, 180px, 36px, 162px); } -#print-button[disabled="true"] { - -moz-image-region: rect(36px, 162px, 54px, 144px); +#new-tab-button[disabled="true"] { + -moz-image-region: rect(36px, 180px, 54px, 162px); } /* new window button */ @@ -1214,8 +1214,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 +1243,7 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder, } .urlbar-icon { - padding: 2px; + padding: 0 2px; } .searchbar-engine-button, @@ -1777,6 +1777,23 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- margin-top: 0px; } +.tabbrowser-tab{ + padding: 1px 4px 2px; +} + +.tabbrowser-tab:first-of-type { + -moz-margin-start: 2px; +} + +.tabs-newtab-button { + border-radius: 8px 8px 0px 0px; + -moz-margin-start: 0; +} + +.tabs-newtab-button:not(:hover) { + background-color: #C09070; +} + .tabbrowser-tab:hover, .tabs-newtab-button:hover { } @@ -1813,7 +1830,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; } @@ -1855,6 +1872,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- .tab-close-button { border: none; padding: 0px; + margin-top: 1px; list-style-image: url("chrome://global/skin/icons/close-button.gif"); } @@ -3244,18 +3262,16 @@ html|*#gcli-output-frame { margin: 10px; } -#social-statusarea-user > vbox > #social-statusarea-notloggedin, -#social-statusarea-user > vbox > #social-statusarea-username { +#social-statusarea-user > vbox > .link { 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 > .link { text-decoration: underline; }