X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Ftabbox.css;fp=EarlyBlue%2Fglobal%2Fskin%2Ftabbox.css;h=0000000000000000000000000000000000000000;hb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;hp=4f33619e957e3cb8d60e764ec3ef55da5c3e8659;hpb=f9d85c46811df759b60bf2baf9d461f79e8b0a17;p=themes.git diff --git a/EarlyBlue/global/skin/tabbox.css b/EarlyBlue/global/skin/tabbox.css deleted file mode 100755 index 4f33619e..00000000 --- a/EarlyBlue/global/skin/tabbox.css +++ /dev/null @@ -1,86 +0,0 @@ -@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); - -/*============ tabpanels widget =============*/ - -tabpanels { - padding: 5px; -} - -/********** Tab widget *********/ -tab { - - border: 1px outset #CCD0DD; - color: black; - padding: 3px 5px 3px 5px; -} - -/* when a tab is selected this is how it should look */ -tab[selected="true"] { - font-weight: bold; -} - -tab:hover { - color: #003366; - text-decoration: underline; -} - -tab:hover:active { - border: 1px inset #CCD0DD; - text-decoration: none; -} - -tabs { -/* padding: 0px 2px 0px 2px; */ -} - - /* top tabs */ -tabbox[orient="vertical"] > tabs[orient="horizontal"] tab { - border-bottom: none; -/* -moz-border-radius: 8px 8px 0px 0px; */ - padding-bottom: 1px; -/* margin: 1px 2px 1px 2px; */ -} - - /* bottom tabs */ -tabbox[orient="vertical"] > tabpanels + tabs[orient="horizontal"] > tab { - border-top: none; -/* -moz-border-radius: 0px 0px 8px 8px; */ - padding: 1px 5px 3px 5px; -/* margin: 1px 2px 1px 2px; */ -} - - /* left tabs */ -tabbox[orient="horizontal"] > tabs[orient="vertical"] tab { - border-right: none; -/* -moz-border-radius: 8px 0px 0px 8px; */ - padding-right: 1px; -/* margin: 2px 1px 2px 1px; */ -} - - /* right tabs */ -tabbox[orient="horizontal"] > tabpanels + tabs[orient="vertical"] > tab { - border-left: none; -/* -moz-border-radius: 0px 8px 8px 0px; */ - padding: 3px 5px 1px 5px; -/* margin: 2px 1px 2px 1px; */ -} - -tabbox { - border: none; -} - -/* border on bottom only, no padding (used in search) */ -tabpanels.light { - border: none; - border-bottom: 1px outset #CCD0DD; - padding: 0px; -} - -tabpanels { - border: 1px outset #CCD0DD; - padding: 5px; -} - - - -