diff options
author | Francesc Pinyol Margalef <francesc.pinyol.m@gmail.com> | 2013-12-21 13:37:33 +0100 |
---|---|---|
committer | Francesc Pinyol Margalef <francesc.pinyol.m@gmail.com> | 2013-12-21 13:37:33 +0100 |
commit | 095c6b25885ce3d22eedba8cdb98f1fd7e8708a5 (patch) | |
tree | 5bfc768996b3ddec185abeb02b602b48b14d10db /perl-install/share/themes-galaxy.css | |
parent | df60191bdbddfa7c8e5bd11a2578aae6740963c0 (diff) | |
parent | f76dc0931e47338aa9c7db257d28e5015d8a2f47 (diff) | |
download | drakx-095c6b25885ce3d22eedba8cdb98f1fd7e8708a5.tar drakx-095c6b25885ce3d22eedba8cdb98f1fd7e8708a5.tar.gz drakx-095c6b25885ce3d22eedba8cdb98f1fd7e8708a5.tar.bz2 drakx-095c6b25885ce3d22eedba8cdb98f1fd7e8708a5.tar.xz drakx-095c6b25885ce3d22eedba8cdb98f1fd7e8708a5.zip |
Merge branch 'master' of git://git.mageia.org/software/drakx
Diffstat (limited to 'perl-install/share/themes-galaxy.css')
-rw-r--r-- | perl-install/share/themes-galaxy.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/perl-install/share/themes-galaxy.css b/perl-install/share/themes-galaxy.css new file mode 100644 index 000000000..6540b30c8 --- /dev/null +++ b/perl-install/share/themes-galaxy.css @@ -0,0 +1,31 @@ +/*gtk-button-images=0*/ + +/* + * bg[state] = color Sets the color used for the background of most widgets. + * fg[state] = color Sets the color used for the foreground of most widgets. + * base[state] = color Sets the color used for the background of widgets displaying editable text. This color is used for the background of, among others, GtkText, GtkEntry, GtkList, and GtkCList. + * text[state] = color Sets the color used for foreground of widgets using base for the background color. + */ + + +#Steps * { + /* base[NORMAL] = { 0.28, 0.38, 0.66 }; */ + color: #FFFFFF; +} + +#Step-categories { + color: #32A9DD; +} + +#Banner * { + color: #5A8AD6; +} + +#background { + background: #FFFFFF; +} + +#Left_background { + background-color: #2859B5; + color: #FFD200; +} |