]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/tabview/assets/tabview.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui3 / build / tabview / assets / tabview.css
1 /*
2 Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 3.3.0
6 build: 3167
7 */
8 .yui3-tab-panel {
9     display: none;
10 }
11
12 .yui3-tab-selected {
13     background: yellow;
14 }
15
16 .yui3-tab-selected {
17     background: yellow;
18 }
19
20 .yui3-tab-panel-selected {
21     background: yellow;
22     display: block;
23 }
24
25 .yui3-tab {
26     display: inline-block;
27     margin-right: 0.5em;
28     zoom: 1;
29 };