[yast-commit] r59916 - /trunk/theme/openSUSE/wizard/installation.qss
Author: jimmacfx Date: Wed Dec 2 19:32:17 2009 New Revision: 59916 URL: http://svn.opensuse.org/viewcvs/yast?rev=59916&view=rev Log: remove redundancy and arrow glitch for the pressed state. Modified: trunk/theme/openSUSE/wizard/installation.qss Modified: trunk/theme/openSUSE/wizard/installation.qss URL: http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/wizard/installation.qss?rev=59916&r1=59915&r2=59916&view=diff ============================================================================== --- trunk/theme/openSUSE/wizard/installation.qss (original) +++ trunk/theme/openSUSE/wizard/installation.qss Wed Dec 2 19:32:17 2009 @@ -137,12 +137,6 @@ YQProgressBar > YQWidgetCaption { margin-top: 20px; } -QPushButton::menu-indicator { - subcontrol-origin: margin; - left: -7px; - subcontrol-position: right; -} - /* YQMultiProgressMeter::chunk { background-color: green; @@ -344,10 +338,13 @@ } /* odd dropdown button widget */ - #work_area QPushButton::menu-indicator { + #work_area QPushButton::menu-indicator, + #work_area QPushButton::menu-indicator:pressed, + QPushButton::menu-indicator:open { subcontrol-origin: margin; left: -7px; subcontrol-position: right; + image: url(arr_down.png); } #work_area QPushButton:open { /* when the button has its menu open */ @@ -356,20 +353,6 @@ border: 1px solid #dddddd; } - #work_area QPushButton::menu-indicator { - image: url(arr_down.png); - /* - subcontrol-origin: padding; - subcontrol-position: bottom right; - */ - } - - #work_area QPushButton::menu-indicator:pressed, QPushButton::menu-indicator:open { - position: relative; - top: 1px; left: 1px; /* shift the arrow by 1 px */ - } - - #work_area QProgressBar { border: 1px solid #444; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jimmacfx@svn.opensuse.org