mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 03:41:29 +00:00
various minor updates re: icons
This commit is contained in:
@@ -416,7 +416,6 @@ body.ttrss_main span.hlLabelRef {
|
||||
body.ttrss_main i.marked-pic,
|
||||
body.ttrss_main i.pub-pic {
|
||||
cursor: pointer;
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_main div.tagCloudContainer {
|
||||
background: white;
|
||||
@@ -1574,6 +1573,10 @@ body.ttrss_prefs hr {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.flat .dijitTree .labelParam.filterDisabled,
|
||||
.flat .dijitTree .dijitTreeLabel.filterDisabled {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.flat .dijitTree .feedParam {
|
||||
color: #555555;
|
||||
float: right;
|
||||
@@ -1944,6 +1947,7 @@ body.ttrss_zoom div.post div.content pre {
|
||||
/* Preferred icon size */
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
color: #ccc;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
word-wrap: normal;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -45,6 +45,7 @@ body.ttrss_prefs,
|
||||
font-size: 18px; /* Preferred icon size */
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
color : #ccc;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
word-wrap: normal;
|
||||
|
||||
@@ -83,6 +83,11 @@
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.labelParam.filterDisabled,
|
||||
.dijitTreeLabel.filterDisabled {
|
||||
text-decoration : line-through;
|
||||
}
|
||||
|
||||
.feedParam {
|
||||
color: @default-text;
|
||||
float: right;
|
||||
|
||||
@@ -475,7 +475,6 @@ body.ttrss_main {
|
||||
|
||||
i.marked-pic, i.pub-pic {
|
||||
cursor : pointer;
|
||||
color : #ccc;
|
||||
}
|
||||
|
||||
div.tagCloudContainer {
|
||||
|
||||
Reference in New Issue
Block a user