Skip to content
Snippets Groups Projects
Commit fbc11d44 authored by Toke Eskildsen's avatar Toke Eskildsen
Browse files

Corrected minor error that disabled 2 of the overlay colors

parent 56a5d20b
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ table.imagelinks th + th ...@@ -287,7 +287,7 @@ table.imagelinks th + th
.g10 { background-color: #FFFFAA; } .g10 { background-color: #FFFFAA; }
.g11 { background-color: #AAFFFF; } .g11 { background-color: #AAFFFF; }
.g12 { background-color: #FFAAFF; } .g12 { background-color: #FFAAFF; }
.
.g13 { background-color: #FF00AA; } .g13 { background-color: #FF00AA; }
.g14 { background-color: #00FFAA; } .g14 { background-color: #00FFAA; }
.g15 { background-color: #00AAFF; } .g15 { background-color: #00AAFF; }
...@@ -298,7 +298,7 @@ table.imagelinks th + th ...@@ -298,7 +298,7 @@ table.imagelinks th + th
.g19 { background-color: #FFFF55; } .g19 { background-color: #FFFF55; }
.g20 { background-color: #55FFFF; } .g20 { background-color: #55FFFF; }
.g21 { background-color: #FF55FF; } .g21 { background-color: #FF55FF; }
.
.g22 { background-color: #FF0055; } .g22 { background-color: #FF0055; }
.g23 { background-color: #00FF55; } .g23 { background-color: #00FF55; }
.g24 { background-color: #0055FF; } .g24 { background-color: #0055FF; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment