Mailinglist Archive: yast-commit (1056 mails)

< Previous Next >
[yast-commit] r44816 - /trunk/theme/openSUSE/wizard/style.qss
  • From: coolo@xxxxxxxxxxxxxxxx
  • Date: Fri, 22 Feb 2008 10:27:01 -0000
  • Message-id: <20080222102701.71632330F5@xxxxxxxxxxxxxxxx>
Author: coolo
Date: Fri Feb 22 11:27:01 2008
New Revision: 44816

URL: http://svn.opensuse.org/viewcvs/yast?rev=44816&view=rev
Log:
some more smaller fixes

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=44816&r1=44815&r2=44816&view=diff
==============================================================================
--- trunk/theme/openSUSE/wizard/style.qss (original)
+++ trunk/theme/openSUSE/wizard/style.qss Fri Feb 22 11:27:01 2008
@@ -22,8 +22,12 @@
}

YQLogView QTextEdit {
- qproperty-frameShape: NoShape;
- background-color: transparent;
+ qproperty-frameShape: NoShape;
+ background-color: rgba(255, 255, 255, 100);
+
+/* background-color: transparent; (Coolo) I know it's tempting to let it
+ shine through, but some dialogs just look silly if you don't see where
+ the boundaries are. So we need _something_ */
}

YQRichText > YQTextBrowser {
@@ -95,8 +99,12 @@
.Contents QLineEdit,
.Contents QCheckBox::indicator,
.Contents QComboBox::drop-down,
+ .Contents QComboBox::down-button,
.Contents QComboBox::down-arrow,
.Contents QComboBox::up-arrow,
+ .Contents QScrollBar::down-button,
+ .Contents QScrollBar::down-arrow,
+ .Contents QScrollBar::up-arrow,
.Contents QRadioButton::indicator,
.Contents QTreeView { color: black; }
.Contents QWidget:disabled { color: gray; }

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages