Mailinglist Archive: yast-commit (1339 mails)

< Previous Next >
[yast-commit] r46690 - /trunk/theme/openSUSE/wizard/installation.qss
  • From: jimmacfx@xxxxxxxxxxxxxxxx
  • Date: Tue, 15 Apr 2008 20:09:37 -0000
  • Message-id: <20080415200937.9300029E4A@xxxxxxxxxxxxxxxx>
Author: jimmacfx
Date: Tue Apr 15 22:09:37 2008
New Revision: 46690

URL: http://svn.opensuse.org/viewcvs/yast?rev=46690&view=rev
Log:
clean up. add corner rounding.

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=46690&r1=46689&r2=46690&view=diff
==============================================================================
--- trunk/theme/openSUSE/wizard/installation.qss (original)
+++ trunk/theme/openSUSE/wizard/installation.qss Tue Apr 15 22:09:37 2008
@@ -12,7 +12,6 @@
padding: 1em;
border: none;
border-left: 2px solid #888;
- /* background: url(work_area.png) no-repeat to left; */
}

#steps {
@@ -24,21 +23,16 @@

YQLogView QTextEdit {
qproperty-frameShape: NoShape;
+ /* FIXME: some dialogs look odd due to overuse of whitespace. The background
color looks less odd,
+ but I bet alpha compositing is expensive on some hardware. */
background-color: rgba(0, 0, 0, 60);
+ border-radius: 4px;

-/* 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 {
- /* in the end, this is just visual noise
- border: 1px solid qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
- stop: 0 rgba(255,255,255,40), stop: 1.0 rgba(255,255,255,0));
- border-bottom: none;
- border-radius: 6px;
- */
background-color: rgba(0, 0, 0, 60);
+ border-radius: 4px;
qproperty-frameShape: NoShape;
}

@@ -47,9 +41,10 @@
}

.current-step-name {
- background: rgba(60, 68, 70, 100);
- font-weight: medium;
- color: white;
+ background: rgba(60, 68, 70, 100);
+ border-radius: 4px;
+ padding: 0 .3em;
+ color: white;
}

.done-step-name {
@@ -90,7 +85,6 @@
font-size: 12pt;
padding: 12pt;
color: #babdb6;
- /* letter-spacing: .2em; */
margin: 0px;
}


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

< Previous Next >
This Thread
  • No further messages