mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
13 lines
168 B
CSS
13 lines
168 B
CSS
/*TabWidget*/
|
|
#tabbar
|
|
{
|
|
background-image: url(images/tabs-bg.png);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#tabbar::tab
|
|
{
|
|
max-width: 250px;
|
|
max-height: 26px;
|
|
}
|