summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css63
1 files changed, 31 insertions, 32 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 3e6b8cd38..94bc5826c 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -299,7 +299,7 @@ div.error {
}
div.warning img, div.notice img, div.error img {
- margin-right : 4px;
+ margin : 4px;
vertical-align : middle;
}
@@ -606,20 +606,15 @@ div#headlines-frame.wide .hlTitle {
white-space : normal;
}
-.hlContentH a, .hlContentH span {
- color : #00cc00;
-}
-
-.hlContentL a, .hlContentL span {
- color : #909090;
- text-decoration : line-through;
+.hl a.title.high, span.hlContent.high .contentPreview {
+ color : #00aa00;
}
-
-span.titleWrapH, span.titleWrapH a {
- color : #00cc00;
+.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
+ color : #00dd00;
}
-span.titleWrapL, span.titleWrapL a {
+.hl a.title.low, span.hlContent.low .contentPreview,
+.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
color : #909090;
text-decoration : line-through;
}
@@ -665,29 +660,18 @@ div.dlgButtons {
}
span.labelColorIndicator {
- height : 14px;
- width : 14px;
+ height : 16px;
+ width : 16px;
+ border-radius : 4px;
line-height : 14px;
+ vertical-align : middle;
font-size : 9px;
display : inline-block;
- border : 1px solid black;
- background-color : #fff7d5;
- color : #063064;
- text-align : center;
- margin-right : 2px;
-}
-
-span.labelColorIndicator2 {
- height : 14px;
- width : 14px;
- font-size : 9px;
- display : inline-block;
- border : 1px solid black;
+ border : 1px solid #ccc;
background-color : #fff7d5;
color : #063064;
text-align : center;
- margin-right : 2px;
- vertical-align : bottom;
+ box-shadow : 0px 0px 1px 0px rgba(0,0,0,0.1);
}
div#cmdline {
@@ -899,6 +883,7 @@ div.fatalError textarea {
img.feedIcon, img.tinyFeedIcon {
width : 16px;
height : 16px;
+ line-height : 16px;
vertical-align : middle;
display : inline-block;
}
@@ -1075,15 +1060,21 @@ div.hl.active {
margin-right : 25px;
}
+#feedTree img.feedIcon {
+ position : relative;
+ top : -2px;
+}
+
body#ttrssMain #feedTree .dijitTreeRow {
padding : 2px 0px 2px;
+ height : 22px;
border-width : 1px;
border-color : transparent;
color : #333;
}
-.dijitFolderClosed,
-.dijitFolderOpened {
+body#ttrssMain #feedTree .dijitFolderClosed,
+body#ttrssMain #feedTree .dijitFolderOpened {
display : none;
}
@@ -1095,6 +1086,11 @@ body#ttrssMain #feedTree .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
margin-left : 5px;
}
+body#ttrssMain #feedTree .dijitTreeExpando {
+ margin-top : 0px;
+ opacity : 0.6;
+}
+
body#ttrssMain #feedTree .dijitTreeNode {
padding : 0px;
border-width : 0px;
@@ -1124,8 +1120,11 @@ body#ttrssMain #feedTree {
border-radius : 4px;
vertical-align : middle;
float : right;
- margin : 5px 5px 5px 0px;
+ line-height : 14px;
+ margin-right : 4px;
+ margin-top : 3px;
min-width : 23px;
+ height : 14px;
text-shadow : 1px 1px rgba(0,0,0,0.2);
}