X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=f13b19fea06621c7d2c50cca2848b69aa0d5a833;hp=7a76e127f072bc40df8e9f8a617ad7288f8b4a72;hb=b70a3a73af442fcb12828f5322e8c06bb0aa1e76;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index 7a76e127..f13b19fe 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -68,6 +68,7 @@ tabpanels { tab { margin-top: 2px; border: 1px outset #CCD0DD; + border-bottom: none; padding: 1px 4px 2px 4px; background-color: #CCD0DD; color: #000000; @@ -77,8 +78,18 @@ tab { margin: 0 !important; } -tab[selected="true"] { +tab[selected="true"] { + -moz-user-focus: normal; font-weight: bold; + background-color: #EDF1FF; +} + +tab:hover { + color: #336699; +} + +tab:focus > .tab-middle { + outline: 1px dotted invert; } /* @@ -96,6 +107,8 @@ tab[first-tab="true"][selected="true"] { .tab-bottom { margin-top: 0; margin-bottom: 2px; + border: 1px outset #CCD0DD; + border-top: none; padding: 2px 4px 1px 4px; } @@ -105,4 +118,4 @@ tab[first-tab="true"][selected="true"] { .tabs-bottom > .tabs-right { border-top: 1px solid #666699; border-bottom: none; -} +} \ No newline at end of file