diff options
Diffstat (limited to 'perl-install/share/diskdrake.css')
-rw-r--r-- | perl-install/share/diskdrake.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/diskdrake.css b/perl-install/share/diskdrake.css index fe5555140..0cb04a238 100644 --- a/perl-install/share/diskdrake.css +++ b/perl-install/share/diskdrake.css @@ -45,16 +45,16 @@ padding: 1px; } -#PART_vfat, #PART_ntfs, #PART_ntfs-3g { +#PART_vfat, #PART_ntfs, #PART_ntfs-3g, #PART_exfat { background-color: #00b7ff; background-image: none; padding: 1px; } -#PART_vfat:hover, #PART_ntfs:hover, #PART_ntfs-3g:hover { +#PART_vfat:hover, #PART_ntfs:hover, #PART_ntfs-3g:hover, #PART_exfat:hover { background-color: #0099e6; padding: 1px; } -#PART_vfat:active, #PART_ntfs:active, #PART_ntfs-3g:active { +#PART_vfat:active, #PART_ntfs:active, #PART_ntfs-3g:active, #PART_exfat:active { background-color: #0099e6; padding: 1px; } |