1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 04:51:29 +00:00

simplify link css styling, increase prefs font size a bit

This commit is contained in:
Andrew Dolgov
2013-05-14 15:38:58 +04:00
parent c068b98b72
commit 2a868b6ba2
3 changed files with 3 additions and 47 deletions

View File

@@ -45,14 +45,6 @@ div.cdmHeader img, div.cdmFooter img {
margin : 0px 2px 0px 2px;
}
div.cdmContent a {
color : #4684ff;
}
div.cdmContent a:hover {
color : black;
}
div.cdmContentInner {
margin : 10px;
line-height : 20px;

View File

@@ -1,7 +1,3 @@
#header a {
color : #4684ff;
}
#header a:hover {
color : black;
}
@@ -13,7 +9,7 @@
div#pref-tabs .dijitContentPane {
font-size : 12px;
font-size : 13px;
}
div#pref-tabs {
@@ -52,14 +48,6 @@ tr.title td {
color : #4684ff;
}
tr.title td a {
color : #4684ff;
}
tr.title td a:hover {
color : black;
}
div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
height : 300px;
overflow : auto;

View File

@@ -30,14 +30,6 @@ div.postReply {
padding : 0px;
}
div.postReply a {
color : #4684ff;
}
div.postReply a:hover {
color : black;
}
div.postReply div.postHeader {
border-width : 0px 0px 1px 0px;
border-style : solid;
@@ -130,12 +122,12 @@ hr {
}
a {
color : black;
color : #4684ff;
text-decoration : none;
}
a:hover {
color : #4684ff;
color : #88b0f0;
}
#piggie {
@@ -339,14 +331,6 @@ span.feed_error {
color : gray;
}
.insensitive a {
color : #4684ff;
}
.insensitive a:hover {
color : black;
}
div#headlines-toolbar {
border-width : 0px 0px 1px 0px;
background-color : #fcfcfc;
@@ -383,10 +367,6 @@ div#headlines-toolbar span.r a {
color : gray;
}
div#headlines-toolbar span.r a:hover {
color : black;
}
span.contentPreview {
color : gray;
font-weight : normal;
@@ -612,10 +592,6 @@ div.autocomplete ul li {
cursor : pointer;
}
a.visibleLink {
color : #4684ff;
}
.hlContentH a, .hlContentH span {
color : #00cc00;
}