source: josm/trunk/tools/japicc/modules/Internals/Css/Tabs.css@ 11682

Last change on this file since 11682 was 11682, checked in by Don-vip, 7 years ago

update to japi-compliance-checker 2.1

File size: 538 bytes
Line 
1.tabset {
2 float:left;
3}
4a.tab {
5 border:1px solid Black;
6 float:left;
7 margin:0px 5px -1px 0px;
8 padding:3px 5px 3px 5px;
9 position:relative;
10 font-size:0.875em;
11 background-color:#DDD;
12 text-decoration:none;
13 color:Black;
14}
15a.disabled:hover
16{
17 color:Black;
18 background:#EEE;
19}
20a.active:hover
21{
22 color:Black;
23 background:White;
24}
25a.active {
26 border-bottom-color:White;
27 background-color:White;
28}
29div.tab {
30 border-top:1px solid Black;
31 padding:0px;
32 width:100%;
33 clear:both;
34}
Note: See TracBrowser for help on using the repository browser.