X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=beb16e989a4219fb1648624df6b990e28f1b4f0b;hp=9d5547e73148342bf3bf4b126e45d15818394dfc;hb=e0c47e26dd93b86f3dbd5c0042b56f3b24b3c2ae;hpb=ca710c53d5db01958c0a42128462487e4229c94f diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index 9d5547e7..beb16e98 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -65,7 +65,7 @@ tabpanels { /* ::::: tab ::::: */ tab { - margin-top: 2px; + margin-top: 1px; border: 1px outset #CCD0DD; border-bottom: none; padding: 1px 4px 2px; @@ -78,7 +78,6 @@ tab { } tab[selected="true"] { - -moz-user-focus: normal; font-weight: bold; background-color: #EDF1FF; } @@ -87,7 +86,7 @@ tab:hover { color: #336699; } -tab:focus > .tab-middle { +tab:-moz-focusring > .tab-middle { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; }