Revision 490810ed
Added by Colin Fleming over 10 years ago
usr/local/www/themes/metallic/all.css | ||
---|---|---|
142 | 142 |
a { |
143 | 143 |
text-decoration: none; |
144 | 144 |
} |
145 |
|
|
146 |
a:link { |
|
147 |
color: #0000CC; |
|
148 |
} |
|
149 |
|
|
150 |
a:visited { |
|
151 |
color: #0000CC; |
|
152 |
} |
|
153 |
|
|
154 |
a:active { |
|
155 |
color: #0000CC; |
|
156 |
} |
|
157 |
|
|
158 |
a:hover { |
|
159 |
color: #0000CC; |
|
160 |
} |
|
161 |
|
|
145 | 162 |
form input { |
146 | 163 |
font-size: 1.1em; |
147 | 164 |
} |
Also available in: Unified diff
Remove "link", "vlink" and "alink" from BODY tag
This is a positional change to remove "link", "vlink" and "alink" from
the BODY tag, the following themes do not have Anchor tags defined in
CSS, so they use the colours defined in the BODY tag, which is blue
(hex: #0000CC).
_corporate
code-red
metallic
nervecenter
pfsense
pfsense-dropdown
Update "all.css" in the above themes with Anchor tags defined, so that
the colour definition can be removed from the BODY tag.