forked from openlp/openlp
Make the tab style affect only the media library tabs, not everything else too
This commit is contained in:
parent
d7ea8e4386
commit
95eb290226
@ -52,7 +52,7 @@ from openlp.core.ui.lib.mediadockmanager import MediaDockManager
|
|||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
MEDIA_MANAGER_STYLE = """
|
MEDIA_MANAGER_STYLE = """
|
||||||
::tab {
|
::tab#media_tool_box {
|
||||||
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: 0;
|
border: 0;
|
||||||
@ -61,10 +61,8 @@ MEDIA_MANAGER_STYLE = """
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
::tab:selected {
|
/* This is here to make the tabs on KDE with the Breeze theme work */
|
||||||
border: 1px solid palette(highlight);
|
::tab:selected {}
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
PROGRESSBAR_STYLE = """
|
PROGRESSBAR_STYLE = """
|
||||||
|
Loading…
Reference in New Issue
Block a user