From e5c3a9bda55a6162b9ce1316a8d4370b650d1358 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 6 Sep 2013 12:51:22 +0200 Subject: simplify CSS --- perl-install/share/diskdrake.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/share/diskdrake.css') 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 { -- cgit v1.2.1