summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 04:18:32 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 04:18:32 +0100
commit3fc2eed58aae30c2478e9314fbae398e8ceb8883 (patch)
treed6e815e6d0917baed51c20cc2db4bb9379e5f6ec /tt-rss.css
parentbc976a8cde7a18a2997e36ecfc6e0b046923e446 (diff)
properly handle OPEN_LINKS_IN_NEW_WINDOW in CDM
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2f56d8d2b..1a8d1654d 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -871,7 +871,7 @@ div.cdmArticle {
border-color : #a0a0a0;
border-width : 0px 0px 1px 0px;
border-style : solid;
- background-color : #fafafa;
+ /* background-color : #fafafa; */
margin : 0px;
color : #505050;
/* padding : 10px; */
@@ -1638,3 +1638,9 @@ li.feedCatHolder {
table.prefFeedCatList {
background-color : white;
}
+
+a[target="_new"], a[target="_blank"] {
+ border-width : 0px 0px 1px 0px;
+ border-color : #778899;
+ border-style : dotted;
+}