2011-09-11 19:15:06 +02:00
|
|
|
/*TabWidget*/
|
2011-09-11 20:41:18 +02:00
|
|
|
#tabbar
|
|
|
|
{
|
|
|
|
min-height: 27px;
|
|
|
|
max-height: 27px;
|
|
|
|
}
|
|
|
|
|
2014-04-20 13:03:08 +02:00
|
|
|
#tabbarwidget
|
|
|
|
{
|
|
|
|
background-image: url(images/tabs-bg.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
2013-03-03 21:04:21 +01:00
|
|
|
#tab-icon
|
|
|
|
{
|
|
|
|
padding-right: 3px;
|
|
|
|
padding-left: 3px;
|
|
|
|
min-width: 16px;
|
|
|
|
max-width: 16px;
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
#tabbar::tab
|
|
|
|
{
|
|
|
|
height: 26px;
|
2013-03-11 17:03:59 +01:00
|
|
|
padding-right: -1px;
|
|
|
|
padding-left: -1px;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
2011-09-30 21:44:18 +02:00
|
|
|
|
2013-03-03 21:04:21 +01:00
|
|
|
#tabbar::tab:selected
|
|
|
|
{
|
|
|
|
background : url(images/tab-active-bg.png) repeat-x;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border: 1px solid #606060;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:!selected
|
|
|
|
{
|
|
|
|
background: url(images/tab-deactive-bg.png) repeat-x;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
border: 1px solid #a6a6a6;
|
|
|
|
}
|
|
|
|
|
2013-03-07 17:26:21 +01:00
|
|
|
#tabbar::tab:!selected:hover
|
|
|
|
{
|
|
|
|
background: url(images/tab-deactive-hover-bg.png) repeat-x;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
border: 1px solid #3c7fb1;
|
|
|
|
}
|
|
|
|
|
2013-03-03 21:04:21 +01:00
|
|
|
#tabbar::tab:last
|
|
|
|
{
|
|
|
|
margin-right: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-09-30 21:44:18 +02:00
|
|
|
/*Downloads*/
|
|
|
|
DownloadItem #progressBar
|
|
|
|
{
|
|
|
|
border: 1px solid;
|
|
|
|
}
|