Author: coolo Date: Wed Jan 30 16:59:43 2008 New Revision: 44021 URL: http://svn.opensuse.org/viewcvs/yast?rev=44021&view=rev Log: I don't think the green buttons were wise Modified: trunk/theme/openSUSE/wizard/style.qss Modified: trunk/theme/openSUSE/wizard/style.qss URL: http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/wizard/style.qss?rev=44021&r1=44020&r2=44021&view=diff ============================================================================== --- trunk/theme/openSUSE/wizard/style.qss (original) +++ trunk/theme/openSUSE/wizard/style.qss Wed Jan 30 16:59:43 2008 @@ -154,6 +154,15 @@ margin: 0; /* if there is only one tab, we don't want overlapping margins */ } +QPushButton:disabled { + color: gray; +} + +QPushButton { + color: black; +} + +/* QPushButton { border: 2px solid #4f8f41; border-radius: 6px; @@ -171,10 +180,6 @@ stop: 0 #315910, stop: 1 #9aad72); } -QPushButton:disabled { - color: gray; -} - QPushButton:hover { background-color: #315910; color: white; @@ -188,6 +193,8 @@ border-color: darkgreen; /* make the default button prominent */ } +*/ + BusyBar { qproperty-frameShape: NoShape; border-width: 3px; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org