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
419f1be5
Commit
419f1be5
authored
Sep 10, 2007
by
wurblzap%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 395413 â With the Dusk skin, text enclosed in <a name=""></a> is displayed in blue.
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
parent
b8ac9412
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
global.css
skins/contrib/Dusk/global.css
+9
-4
No files found.
skins/contrib/Dusk/global.css
View file @
419f1be5
...
@@ -59,17 +59,22 @@ body {
...
@@ -59,17 +59,22 @@ body {
-moz-border-radius
:
5px
;
-moz-border-radius
:
5px
;
}
}
a
,
a
:link
,
a
:link
{
a
:link
:hover
{
color
:
#6169c0
;
color
:
#6169c0
;
text-decoration
:
none
;
}
}
a
:visited
{
a
:visited
{
color
:
#3d4a68
;
color
:
#3d4a68
;
}
}
a
:hover
{
a
:link
,
a
:visited
{
text-decoration
:
none
;
}
a
:link:hover
,
a
:visited:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
...
...
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