Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
2594ac1a
Commit
2594ac1a
authored
Sep 30, 2009
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 452750: Make it easier to distinguish visited links in Dusk from normal text.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
parent
ac905a58
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
17 deletions
+8
-17
global.css
skins/contrib/Dusk/global.css
+8
-17
No files found.
skins/contrib/Dusk/global.css
View file @
2594ac1a
...
...
@@ -45,8 +45,12 @@ body {
border
:
none
;
}
#header
a
{
#header
a
,
#footer
a
{
color
:
white
;
text-decoration
:
none
;
}
#header
a
:hover
,
#footer
a
:hover
{
text-decoration
:
underline
;
}
/* body */
...
...
@@ -62,20 +66,11 @@ body {
-moz-border-radius
:
5px
;
}
a
,
a
:hover
{
color
:
#6
169c0
;
a
{
color
:
#6
070cf
;
}
a
:visited
{
color
:
#3d4a68
;
}
a
,
a
:visited
{
text-decoration
:
none
;
}
a
:hover
{
text-decoration
:
underline
;
color
:
#8090ef
;
}
hr
{
...
...
@@ -184,10 +179,6 @@ hr {
-moz-border-radius
:
5px
;
}
#footer
a
{
color
:
white
;
}
#footer
#links-actions
,
#footer
#links-edit
,
#footer
#links-saved
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment