X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=c301532822ea18a9bf791154758173b6f6aa0791;hb=d018c8d3bf3f0a80a3cebc5f4a3365f2e58f8a7f;hp=4a0c9bfab345b84486420a897d50a0d80bf1d5f4;hpb=270cbf0c786cf69c16cdfeccc4ff73f9043b0f06;p=themes.git diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 4a0c9bfa..c3015328 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 */ @@ -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 { } @@ -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"); }