arrows.css in Quick Tabs 5
.quicktabs_main{
clear:both;
}
.quicktabs_wrapper ul.quicktabs_tabs{
font:bold 12px/170% Verdana;
border-bottom:1px solid #ccc;
padding:0 10px 0 0!important;
line-height:22px;
margin:0 0 10px 0;
}
.quicktabs_wrapper ul.quicktabs_tabs a{
text-decoration:none;
background:transparent url(images/arrows.gif) no-repeat center 17px;
padding:2px 10px 4px;
}
.quicktabs_wrapper ul.quicktabs_tabs li.active a,
.quicktabs_wrapper ul.quicktabs_tabs li a:hover{
text-decoration:none;
background:transparent url(images/arrows.gif) no-repeat center bottom;
}
File
tabstyles/arrows/arrows.css
View source
- .quicktabs_main{
- clear:both;
- }
-
- .quicktabs_wrapper ul.quicktabs_tabs{
- font:bold 12px/170% Verdana;
- border-bottom:1px solid #ccc;
- padding:0 10px 0 0!important;
- line-height:22px;
- margin:0 0 10px 0;
- }
-
- .quicktabs_wrapper ul.quicktabs_tabs a{
- text-decoration:none;
- background:transparent url(images/arrows.gif) no-repeat center 17px;
- padding:2px 10px 4px;
- }
-
- .quicktabs_wrapper ul.quicktabs_tabs li.active a,
- .quicktabs_wrapper ul.quicktabs_tabs li a:hover{
- text-decoration:none;
- background:transparent url(images/arrows.gif) no-repeat center bottom;
- }