summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/base/tabsheet/tabsheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/ITMILL/themes/base/tabsheet/tabsheet.css')
-rw-r--r--WebContent/ITMILL/themes/base/tabsheet/tabsheet.css50
1 files changed, 25 insertions, 25 deletions
diff --git a/WebContent/ITMILL/themes/base/tabsheet/tabsheet.css b/WebContent/ITMILL/themes/base/tabsheet/tabsheet.css
index 3a63fe7f3b..090e246e8d 100644
--- a/WebContent/ITMILL/themes/base/tabsheet/tabsheet.css
+++ b/WebContent/ITMILL/themes/base/tabsheet/tabsheet.css
@@ -1,10 +1,10 @@
-.i-tabsheet,
-.i-tabsheet-content,
-.i-tabsheet-deco {
+.v-tabsheet,
+.v-tabsheet-content,
+.v-tabsheet-deco {
outline: none; /* Prevent selection outline which might break layouts or cause scrollbars */
text-align: left /* Force default alignment */
}
-.i-tabsheet-tabs {
+.v-tabsheet-tabs {
empty-cells: hide;
border-collapse: collapse;
margin: 0;
@@ -13,73 +13,73 @@
width: 100%;
overflow:hidden;
}
-.i-tabsheet-tabitemcell,
-.i-tabsheet-spacertd {
+.v-tabsheet-tabitemcell,
+.v-tabsheet-spacertd {
margin: 0;
padding: 0;
vertical-align: bottom;
}
-.i-tabsheet-spacertd {
+.v-tabsheet-spacertd {
width: 100%;
}
-.i-tabsheet-spacertd div {
+.v-tabsheet-spacertd div {
border-left: 1px solid #aaa;
border-bottom: 1px solid #aaa;
height: 1em;
padding: 0.2em 0;
}
-.i-tabsheet-hidetabs .i-tabsheet-tabcontainer {
+.v-tabsheet-hidetabs .v-tabsheet-tabcontainer {
display: none;
}
-.i-tabsheet-scroller {
+.v-tabsheet-scroller {
white-space: nowrap;
text-align: right;
margin-top: -1em;
}
-.i-tabsheet-scrollerPrev,
-.i-tabsheet-scrollerNext,
-.i-tabsheet-scrollerPrev-disabled,
-.i-tabsheet-scrollerNext-disabled {
+.v-tabsheet-scrollerPrev,
+.v-tabsheet-scrollerNext,
+.v-tabsheet-scrollerPrev-disabled,
+.v-tabsheet-scrollerNext-disabled {
border: 1px solid #aaa;
background: #fff;
width: 12px;
height: 1em;
cursor: pointer;
}
-.i-tabsheet-scrollerPrev-disabled,
-.i-tabsheet-scrollerNext-disabled {
+.v-tabsheet-scrollerPrev-disabled,
+.v-tabsheet-scrollerNext-disabled {
opacity: 0.5;
cursor: default;
}
-.i-tabsheet-tabs .i-caption,
-.i-tabsheet-tabs .i-caption span {
+.v-tabsheet-tabs .v-caption,
+.v-tabsheet-tabs .v-caption span {
white-space: nowrap;
}
-.i-tabsheet-tabitem {
+.v-tabsheet-tabitem {
border: 1px solid #aaa;
border-right: none;
cursor: pointer;
padding: 0.2em 0.5em;
}
-.i-tabsheet-tabitem-selected {
+.v-tabsheet-tabitem-selected {
cursor: default;
border-bottom-color: #fff;
}
-.i-tabsheet-content {
+.v-tabsheet-content {
border: 1px solid #aaa;
- /* Vertical borders are not supported, use i-tabsheet-tabcontainer and i-tabsheet-deco to present these borders */
+ /* Vertical borders are not supported, use v-tabsheet-tabcontainer and v-tabsheet-deco to present these borders */
border-top: none;
border-bottom: none;
position: relative;
}
-.i-tabsheet-deco {
+.v-tabsheet-deco {
height: 1px;
background: #aaa;
overflow: hidden;
}
-.i-tabsheet-hidetabs .i-tabsheet-content {
+.v-tabsheet-hidetabs .v-tabsheet-content {
border: none;
}
-.i-tabsheet-hidetabs .i-tabsheet-deco {
+.v-tabsheet-hidetabs .v-tabsheet-deco {
height: 0;
} \ No newline at end of file