summaryrefslogtreecommitdiffstats
path: root/js/yui3/tabview-base/assets/tabview.css
blob: 552623a06b4deeba5b9da1d77700a1bd133f6e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-tab-panel {
    display: none;
}

.yui3-tab-selected {
    background: yellow;
}

.yui3-tab-selected {
    background: yellow;
}

.yui3-tab-panel-selected {
    background: yellow;
    display: block;
}

.yui3-tab {
    display: inline-block;
    margin-right: 0.5em;
    zoom: 1;
};