aboutsummaryrefslogtreecommitdiff
path: root/public/theme/freshrss.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-24 19:54:56 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-24 19:54:56 +0200
commit12d3552fe61d7d26817f6644d8cd90e72307a0e6 (patch)
treeb386422715e5f298becdc250906851380691cb23 /public/theme/freshrss.css
parenta2b5e8f3ce597fbcec0c25b68c551a526d2bf3ec (diff)
Corrige soucis #41 : ajout d'images png en fallback des images SVG + petite modif pour annuler l'attribut height sur les images
Diffstat (limited to 'public/theme/freshrss.css')
-rw-r--r--public/theme/freshrss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css
index ed6646269..d39ca7fc8 100644
--- a/public/theme/freshrss.css
+++ b/public/theme/freshrss.css
@@ -127,6 +127,7 @@
}
.categories .feeds .item .dropdown-target:target ~ .dropdown-toggle i,
.categories .feeds .item:hover .dropdown-toggle i {
+ background-image: url("icons/configure.png");
background-image: url("icons/configure.svg");
}
.categories .notRead {
@@ -199,6 +200,7 @@
display: inline-block;
width: 30px;
height: 40px;
+ background: url("icons/read.png") center center no-repeat;
background: url("icons/read.svg") center center no-repeat;
vertical-align: middle;
}
@@ -206,12 +208,14 @@
text-decoration: none;
}
.flux.not_read .flux_header .item.manage .read {
+ background: url("icons/unread.png") center center no-repeat;
background: url("icons/unread.svg") center center no-repeat;
}
.flux_header .item.manage .bookmark {
display: inline-block;
width: 30px;
height: 40px;
+ background: url("icons/non-starred.png") center center no-repeat;
background: url("icons/non-starred.svg") center center no-repeat;
vertical-align: middle;
}
@@ -219,6 +223,7 @@
text-decoration: none;
}
.flux.favorite .flux_header .item.manage .bookmark {
+ background: url("icons/starred.png") center center no-repeat;
background: url("icons/starred.svg") center center no-repeat;
}
.flux_header .item.website {
@@ -260,6 +265,7 @@
display: inline-block;
width: 35px;
height: 40px;
+ background: url("icons/link.png") center center no-repeat;
background: url("icons/link.svg") center center no-repeat;
vertical-align: middle;
}