[yast-commit] r59918 - in /trunk/theme: SLE/wizard/installation.qss openSUSE/wizard/installation.qss
Author: jimmacfx Date: Wed Dec 2 21:08:06 2009 New Revision: 59918 URL: http://svn.opensuse.org/viewcvs/yast?rev=59918&view=rev Log: sync the view of the comboboxes with the qpushbutton menus Modified: trunk/theme/SLE/wizard/installation.qss trunk/theme/openSUSE/wizard/installation.qss Modified: trunk/theme/SLE/wizard/installation.qss URL: http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/wizard/installation.qss?rev=59918&r1=59917&r2=59918&view=diff ============================================================================== --- trunk/theme/SLE/wizard/installation.qss (original) +++ trunk/theme/SLE/wizard/installation.qss Wed Dec 2 21:08:06 2009 @@ -198,15 +198,13 @@ left: 1px; } - QComboBox QAbstractItemView { + QComboBox QAbstractItemView, + QComboBox QMenu { color: black; - background: #eeeeee; - border: 1px solid #dddddd; - /* - border-radius: 4px; + background: #bebbe; + border: 1px solid #888; selection-background-color: #4d8e0d; - selection-color: red; - */ + selection-color: white; } QTabWidget::tab-bar { Modified: trunk/theme/openSUSE/wizard/installation.qss URL: http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/wizard/installation.qss?rev=59918&r1=59917&r2=59918&view=diff ============================================================================== --- trunk/theme/openSUSE/wizard/installation.qss (original) +++ trunk/theme/openSUSE/wizard/installation.qss Wed Dec 2 21:08:06 2009 @@ -196,15 +196,13 @@ left: 1px; } - QComboBox QAbstractItemView { + QComboBox QAbstractItemView, + QComboBox QMenu { color: black; - background: #eeeeee; - border: 1px solid #dddddd; - /* - border-radius: 4px; + background: #bebbe; + border: 1px solid #888; selection-background-color: #4d8e0d; - selection-color: red; - */ + selection-color: white; } QTabWidget::tab-bar { -- 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