X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Ftabbrowser.css;h=5e51f60c75818d6e9faa676ce0999fdda963fc5c;hp=1415a4a4e1fec644081be7c0ec1451dfb0748d27;hb=HEAD;hpb=150efe454ec2abc903eb7ee248c506b85fd12f20 diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index 1415a4a4..5e51f60c 100644 --- a/LCARStrek/navigator/tabbrowser.css +++ b/LCARStrek/navigator/tabbrowser.css @@ -5,7 +5,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .tabbrowser-strip { - border-bottom: 1px solid #FF9F00; + border-bottom: 1px solid #008484; } .tabmail-strip { @@ -25,22 +25,23 @@ tabpanels { .tab-icon { margin-top: 1px; - -moz-margin-end: 3px; + margin-inline-end: 3px; width: 16px; height: 16px; } .tabbrowser-tab { margin-top: 0px; + padding: 1px 4px 2px; list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .tabbrowser-tab[busy] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png"); } -.tabbrowser-tab[busy]:hover { - list-style-image: url("chrome://global/skin/icons/loading-hover.gif"); +.tabbrowser-tab:first-of-type { + margin-inline-start: 2px; } tabbrowser > tabbox > tabpanels { @@ -130,7 +131,7 @@ tabbrowser > tabbox > tabpanels { .tab-drop-indicator-bar { height: 11px; margin-top: -11px; - -moz-margin-start: -6px; + margin-inline-start: -6px; position: relative; }