gtk-css-engine r81 - in branches/bzr: . themes/Gilouche-CSS/gtk-2.0
- From: robsta svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-css-engine r81 - in branches/bzr: . themes/Gilouche-CSS/gtk-2.0
- Date: Fri, 5 Sep 2008 11:33:57 +0000 (UTC)
Author: robsta
Date: Fri Sep 5 11:33:57 2008
New Revision: 81
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=81&view=rev
Log:
* added image
* radiobuttons
* still some issues with tabs
Added:
branches/bzr/themes/Gilouche-CSS/gtk-2.0/scale-slider-vertical.png
Modified:
branches/bzr/ (props changed)
branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css
Added: branches/bzr/themes/Gilouche-CSS/gtk-2.0/scale-slider-vertical.png
==============================================================================
Binary files (empty file) and branches/bzr/themes/Gilouche-CSS/gtk-2.0/scale-slider-vertical.png Fri Sep 5 11:33:57 2008 differ
Modified: branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css
==============================================================================
--- branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css (original)
+++ branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css Fri Sep 5 11:33:57 2008
@@ -10,9 +10,14 @@
background-image: url(check.png);
}
+
+check:insensitive {
+background-image: url(check-inactive.png);
+}
+
/* pressed checkbox */
-check:active {
-background-color: green;
+check[active=true] {
+background-image: url(check-selected.png);
}
/* radiobuttons */
@@ -20,6 +25,17 @@
background-image: url(radiobutton.png);
}
+option:insensitive {
+background-image: url(radiobutton-inactive.png);
+}
+
+option[active=true] {
+background-image: url(radiobutton-selected.png);
+}
+
+option:insensitive[active=true] {
+background-image: url(radiobutton-inactive-selected.png);
+}
/* arrows */
arrow[orientation=up] {
@@ -107,6 +123,18 @@
background-color: #ebdfc4;
}
+extension[gap=top]:selected {
+ background-image: url(tab-back-down.png);
+}
+
+extension[gap=right] {
+ background-image: url(tab-back-left.png);
+}
+
+extension[gap=left] {
+ background-image: url(tab-back-right.png);
+}
+
/* frame around scrolled window*/
shadow.scrolled-window {
background-color: #fbf8f1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]