X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabbox.css;h=b6a54a4974c6d98c0e0cbe26a150451ecda1297d;hp=28e1ee1628037b06ac41de3b2410a7e711a597d5;hb=41279e764528cbfb253c54a71bd4406db83c6bd0;hpb=024ec65527b790008bbffb70f38ebf462729bef3 diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index 28e1ee16..b6a54a49 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -56,7 +56,7 @@ /* tabpanel is the box in which contents show up */ tabpanels { - -moz-border-radius: 5px; + border-radius: 5px; border: 1px solid #9C9CFF; padding: 5px; background-color: #000000; @@ -66,7 +66,7 @@ tabpanels { /* ::::: tab ::::: */ tab { - -moz-border-radius: 8px 8px 0px 0px; + border-radius: 8px 8px 0px 0px; margin-top: 2px; border: 1px solid #9C9CFF; border-bottom: none; @@ -97,6 +97,7 @@ tab:hover:active { tab:-moz-focusring > .tab-middle { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; + -moz-outline-radius: 3px 3px 0px 0px; } /* @@ -112,7 +113,7 @@ tab:first-of-type[selected="true"] { ::::: */ .tab-bottom { - -moz-border-radius: 0px 0px 8px 8px; + border-radius: 0px 0px 8px 8px; margin-top: 0; margin-bottom: 2px; border: 1px solid #9C9CFF;