r23879 by jghali - #15970: Status bar comboboxes are not following dark theme

scribus-commit scribus-commit at lists.scribus.net
Thu Jun 4 16:21:28 UTC 2020


Author: jghali
Date: Thu Jun  4 16:21:28 2020
New Revision: 23879

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23879
Log:
#15970: Status bar comboboxes are not following dark theme

Modified:
    trunk/Scribus/scribus/scribus.css

Modified: trunk/Scribus/scribus/scribus.css
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23879&path=/trunk/Scribus/scribus/scribus.css
==============================================================================
--- trunk/Scribus/scribus/scribus.css	(original)
+++ trunk/Scribus/scribus/scribus.css	Thu Jun  4 16:21:28 2020
@@ -8,9 +8,6 @@
 PageSelector QComboBox { border: 1px solid gray; height: 20px; width: 3em; }
 PageSelector QComboBox::down-arrow { image: url(___downArrow___); width: 12px; height: 12px; }
 PageSelector QComboBox::down-arrow:on { top: 1px; left: 1px; }
-PageSelector QComboBox:editable { background: white; }
-PageSelector QComboBox:!editable, PageSelector QComboBox::drop-down:editable { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);}
-PageSelector QComboBox:!editable:on, PageSelector QComboBox::drop-down:editable:on { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #D3D3D3, stop: 0.4 #D8D8D8, stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1); }
 PageSelector QComboBox:on { padding-top: 3px; padding-left: 4px; }
 PageSelector QComboBox::drop-down { subcontrol-origin: padding; subcontrol-position: top right; width: 15px; border-left-width: 1px; border-left-color: darkgray; border-left-style: solid; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
 
@@ -38,18 +35,12 @@
 QComboBox#layerMenu { border: 1px solid gray; height: 20px; width:6em; }
 QComboBox#layerMenu::down-arrow { image: url(___downArrow___); width: 12px; height: 12px;}
 QComboBox#layerMenu::down-arrow:on { top: 1px; left: 1px; }
-QComboBox#layerMenu:editable { background: white; }
-QComboBox#layerMenu:!editable, QComboBox#layerMenu::drop-down:editable { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);}
-QComboBox#layerMenu:!editable:on, QComboBox#layerMenu::drop-down:editable:on { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #D3D3D3, stop: 0.4 #D8D8D8, stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1); }
 QComboBox#layerMenu:on { padding-top: 3px; padding-left: 4px; }
 QComboBox#layerMenu::drop-down { subcontrol-origin: padding; subcontrol-position: top right; width: 15px; border-left-width: 1px; border-left-color: darkgray; border-left-style: solid; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
 
 QComboBox#unitSwitcher { border: 1px solid gray; height: 20px; width:2em; }
 QComboBox#unitSwitcher::down-arrow { image: url(___downArrow___); width: 12px; height: 12px;}
 QComboBox#unitSwitcher::down-arrow:on { top: 1px; left: 1px; }
-QComboBox#unitSwitcher:editable { background: white; }
-QComboBox#unitSwitcher:!editable, QComboBox#unitSwitcher::drop-down:editable { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);}
-QComboBox#unitSwitcher:!editable:on, QComboBox#unitSwitcher::drop-down:editable:on { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #D3D3D3, stop: 0.4 #D8D8D8, stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1); }
 QComboBox#unitSwitcher:on { padding-top: 3px; padding-left: 4px; }
 QComboBox#unitSwitcher::drop-down { subcontrol-origin: padding; subcontrol-position: top right; width: 15px; border-left-width: 1px; border-left-color: darkgray; border-left-style: solid; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
 




More information about the scribus-commit mailing list