summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-09-06 12:51:22 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-24 23:53:10 +0100
commite5c3a9bda55a6162b9ce1316a8d4370b650d1358 (patch)
tree4b51e4c09d92d03602a24e2d59156094c0afbb26
parent149cccfbd12c2820c55bda4343ff305831a177a6 (diff)
downloaddrakx-e5c3a9bda55a6162b9ce1316a8d4370b650d1358.tar
drakx-e5c3a9bda55a6162b9ce1316a8d4370b650d1358.tar.gz
drakx-e5c3a9bda55a6162b9ce1316a8d4370b650d1358.tar.bz2
drakx-e5c3a9bda55a6162b9ce1316a8d4370b650d1358.tar.xz
drakx-e5c3a9bda55a6162b9ce1316a8d4370b650d1358.zip
simplify CSS
-rw-r--r--perl-install/share/diskdrake.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/share/diskdrake.css b/perl-install/share/diskdrake.css
index 02e040157..025a6e1b6 100644
--- a/perl-install/share/diskdrake.css
+++ b/perl-install/share/diskdrake.css
@@ -4,6 +4,7 @@
fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-1,*-r-*"
=> font: "8" */
padding: 1;
+ color: #000000;
}
#PART_ext2, #PART_ext3, #PART_ext4 {
@@ -28,7 +29,6 @@
#PART_swap {
background-color: #66cc00;
- color: #000000;
}
#PART_swap:active, #PART_swap:hover {
background-color: #66b700;
@@ -46,7 +46,6 @@
#PART_empty {
background-color: #ffffff;
- color: #000000;
}
#PART_empty:hover, #PART_empty:active {
background-color: #e6e6e6;
@@ -54,7 +53,6 @@
#PART_other {
background-color: #929eab;
- color: #000000;
}
#PART_new {