summaryrefslogtreecommitdiffstats
path: root/perl-install/share/diskdrake.css
blob: 186b605bd88a8262ae9a4017defc30cb788536c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* FIXME: to be inherited by all other styles */
#PART* {
  /* FIXME: replace by appropriate font:
  fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-1,*-r-*"
   => font: "8" */
  padding: 1px;
  color: #000000;
}

#PART_ext2, #PART_ext3, #PART_ext4 {
  background-color: #ff0000;
  background-image: none;
}
#PART_ext2:hover:hover, #PART_ext3:hover, #PART_ext4:hover {
  background-color: #e60000;
}
#PART_ext2:active:active, #PART_ext3:active, #PART_ext4:active {
  background-color: #e60000;
}

#PART_xfs {
  background-color: #ff9900;
  background-image: none;
}
#PART_xfs:hover {
  background-color: #e66600;
}
#PART_xfs:active {
  background-color: #e69900;
}

#PART_swap	{
  background-color: #66cc00;
  background-image: none;
}
#PART_swap:active, #PART_swap:hover	{
  background-color: #66b700;
}

#PART_vfat, #PART_ntfs, #PART_ntfs-3g {
  background-color: #00b7ff;
  background-image: none;
}
#PART_vfat:hover, #PART_ntfs:hover, #PART_ntfs-3g:hover {
  background-color: #0099e6;
}
#PART_vfat:active, #PART_ntfs:active, #PART_ntfs-3g:active {
  background-color: #0099e6;
}

#PART_empty	{
  background-color: #ffffff;
  background-image: none;
}
#PART_empty:hover, #PART_empty:active {
  background-color: #e6e6e6;
}

#PART_other	{
  background-color: #929eab;
  background-image: none;
}

#PART_new {
  background-color: #1f429c;
  background-image: none;
  color: #ffffff;
}