Commit 53ec0eba authored by animtim's avatar animtim Committed by Mortier Benoit
Browse files

fix link colors

fix link colors
bug:4916
Showing with 37 additions and 5 deletions
+37 -5
......@@ -89,6 +89,16 @@ border-right:none;
}
table.listingTable > tbody > tr td > a:link {
text-decoration:none;
color:#2980b9;
}
table.listingTable > tbody > tr td > a:visited {
text-decoration:none;
color:#2980b9;
}
/* List border */
div.nlistFooter {
......@@ -190,7 +200,7 @@ cursor:pointer;
a.treeListSelected {
font-weight:bold;
color:#1010AF;
color:#2980b9;
background-color:#DDD;
padding:2px;
cursor:pointer;
......@@ -215,7 +225,7 @@ background:url(../../images/lists/node.png) no-repeat;
li.treeListSelected a {
font-weight:bold;
color:#1010AF;
color:#2980b9;
padding:2px;
}
......
......@@ -48,6 +48,16 @@ div#window_content > div {
padding:10px;
}
a:link {
text-decoration:none;
color:#2980b9;
}
a:visited {
text-decoration:none;
color:#2980b9;
}
div#window_footer {
padding:0;
}
......
......@@ -26,12 +26,12 @@ border:none;
a:link {
text-decoration:none;
color:#2980b9;
color:#31363B;
}
a:visited {
text-decoration:none;
color:#2980b9;
color:#31363B;
}
td.listfooter {
......@@ -140,6 +140,18 @@ border:1px solid #eff0f1;
border-radius:8px;
/*transition:box-shadow .5s ease, background .5s ease;*/
}
a.maintitlebar:link,div.maintitlebar:link {
text-decoration:none;
color:#2980b9;
}
a.maintitlebar:visited,div.maintitlebar:visited {
text-decoration:none;
color:#2980b9;
}
html.ltr a.maintitlebar,html.ltr div.maintitlebar {
padding-right:5px;
}
......@@ -547,7 +559,7 @@ padding:5px 9px 5px 5px;
#pulldown ul ul li a:hover {
font-weight:normal;
background-color:#418DD4;
background-color:#D5EAF7;
background-image:none;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment