X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Ftabbrowser.css;h=5e51f60c75818d6e9faa676ce0999fdda963fc5c;hp=a7ec4d74e0d422387bb63836e3795cc8eaeb0729;hb=d4dc8501cbf0073d6d4b9ccd1adf18823688d134;hpb=57fc408c28ef34b3925847c7bedf32de34455d96 diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index a7ec4d74..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,7 +25,7 @@ tabpanels { .tab-icon { margin-top: 1px; - -moz-margin-end: 3px; + margin-inline-end: 3px; width: 16px; height: 16px; } @@ -37,15 +37,11 @@ tabpanels { } .tabbrowser-tab[busy] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); -} - -.tabbrowser-tab[busy]:hover { - list-style-image: url("chrome://global/skin/icons/loading-hover.gif"); + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png"); } .tabbrowser-tab:first-of-type { - -moz-margin-start: 2px; + margin-inline-start: 2px; } tabbrowser > tabbox > tabpanels { @@ -135,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; }