Make the tabs in the media library prettier

This commit is contained in:
Raoul Snyman 2016-12-13 08:04:27 +02:00
parent 19a00b44e0
commit 97dfafba4e

View File

@ -55,14 +55,13 @@ MEDIA_MANAGER_STYLE = """
::tab { ::tab {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 palette(button), stop: 1.0 palette(mid)); stop: 0 palette(button), stop: 1.0 palette(mid));
border: 1px solid palette(mid); border: 0;
border-radius: 2px;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
text-align: left; text-align: left;
} }
::tab:selected { ::tab:selected {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 palette(light), stop: 1.0 palette(button));
border: 1px solid palette(highlight); border: 1px solid palette(highlight);
font-weight: bold; font-weight: bold;
} }