diff options
-rw-r--r-- | perl-install/share/diskdrake.css | 4 |
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 { |