mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
7143e1130c
- use window background instead of white for AboutDialog background - use new style for desktop notifications - set pinned tab width in Windows theme - remove styling of Download Manager
18 lines
205 B
CSS
18 lines
205 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;
|
|
}
|