mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
24 lines
273 B
CSS
24 lines
273 B
CSS
/*TabWidget*/
|
|
#tabbar
|
|
{
|
|
min-height: 27px;
|
|
max-height: 27px;
|
|
}
|
|
|
|
#tabbarwidget
|
|
{
|
|
background-image: url(images/tabs-bg.png);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#tabbar::tab
|
|
{
|
|
height: 26px;
|
|
}
|
|
|
|
/*Downloads*/
|
|
DownloadItem #progressBar
|
|
{
|
|
border: 1px solid;
|
|
}
|