X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fskin%2FLCARStrek%2Feditor%2FEditModeTabs.css;fp=LCARStrek%2Fskin%2FLCARStrek%2Feditor%2FEditModeTabs.css;h=91bce5d2eb386eb854399042d19fbdf70b247cd5;hp=0000000000000000000000000000000000000000;hb=3c30e09ec8f11f7db9feecc16d101f9b9f50f209;hpb=613a86e80f09c2eeef7a7ec37d175323c739c978 diff --git a/LCARStrek/skin/LCARStrek/editor/EditModeTabs.css b/LCARStrek/skin/LCARStrek/editor/EditModeTabs.css new file mode 100644 index 00000000..91bce5d2 --- /dev/null +++ b/LCARStrek/skin/LCARStrek/editor/EditModeTabs.css @@ -0,0 +1,44 @@ +/* ............. edit mode tabs ............... */ + +.tabs-bottom { + border-top: none; +} + +.tabs-bottom > .tabs-spacer { + border-top: 1px solid #9C9CFF !important; + border-bottom: none; +} + + +/* ............. edit mode tabs ............... */ + + +.tabs-bottom > tab { + margin-top: 0px; + margin-bottom: 2px; + border: none; +/* border-right: 1px solid ThreeDDarkShadow; */ + -moz-border-radius: 0px 0px 5px 5px; + -moz-user-focus: ignore; +} + +.tabs-bottom > tab > .tab-box { + border: 1px solid #9C9CFF !important; + border-top: none !important; + -moz-border-radius: 0px 0px 4px 4px; +} + +/* ............. selected state ............... */ + +/* +.tabs-bottom > tab[selected="true"] { + margin-bottom: 0px; +} +*/ + +.tabs-bottom > tab[selected="true"] > .tab-box { + color: #000000; +/* background-color: #008484; + border-bottom: 1px solid ThreeDShadow !important; + border-top: 1px solid #ffffff !important; */ +}