mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
d361c0631d
needed. With this update is also possible implement showing "new tab" button after the last tab
12 lines
146 B
CSS
12 lines
146 B
CSS
/*TabWidget*/
|
|
#tabbar
|
|
{
|
|
background-image: url(images/tabs-bg.png);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#tabbar::tab
|
|
{
|
|
max-height: 26px;
|
|
}
|