summaryrefslogtreecommitdiff
path: root/public/themes/default/freshrss.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-09 01:02:37 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-09 01:02:37 +0100
commit1c2143c0794b6d14484a71e1025234356087117c (patch)
treebcbd4ff9bc25aef5f3aab639dc29301c62e47655 /public/themes/default/freshrss.css
parentbdb69080f8d0bf50aa7d297ba5c5e992f05bdcd0 (diff)
Factorisation des icones et des fonts
Déplacement des icones de themes/default/icons/ dans themes/icons Déplacement des fonts de themes/default/fonts dans themes/fonts Utilisation quand c'est possible dans themes/flat-ui des icones et fonts en commun avec le theme par défaut
Diffstat (limited to 'public/themes/default/freshrss.css')
-rw-r--r--public/themes/default/freshrss.css29
1 files changed, 17 insertions, 12 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index 1e48f9f3d..a3fbb4569 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -70,6 +70,11 @@
right: 33px;
}
+ .aside.aside_flux .i_category {
+ background-image: url("../icons/category-white.png");
+ background-image: url("../icons/category-white.svg");
+ }
+
.nav-login {
display: none;
}
@@ -179,8 +184,8 @@
.categories .feeds .item .dropdown-target:target ~ .dropdown-toggle i,
.categories .feeds .item:hover .dropdown-toggle i,
.categories .feeds .item.active .dropdown-toggle i {
- background-image: url("icons/configure.png");
- background-image: url("icons/configure.svg");
+ background-image: url("../icons/configure.png");
+ background-image: url("../icons/configure.svg");
background-color: #fff;
border-radius: 3px;
}
@@ -258,31 +263,31 @@
display: inline-block;
width: 40px;
height: 40px;
- background: url("icons/read.png") center center no-repeat;
- background: url("icons/read.svg") center center no-repeat;
+ background: url("../icons/read.png") center center no-repeat;
+ background: url("../icons/read.svg") center center no-repeat;
vertical-align: middle;
}
.read:hover {
text-decoration: none;
}
.flux.not_read .read {
- background: url("icons/unread.png") center center no-repeat;
- background: url("icons/unread.svg") center center no-repeat;
+ background: url("../icons/unread.png") center center no-repeat;
+ background: url("../icons/unread.svg") center center no-repeat;
}
.bookmark {
display: inline-block;
width: 40px;
height: 40px;
- background: url("icons/non-starred.png") center center no-repeat;
- background: url("icons/non-starred.svg") center center no-repeat;
+ background: url("../icons/non-starred.png") center center no-repeat;
+ background: url("../icons/non-starred.svg") center center no-repeat;
vertical-align: middle;
}
.bookmark:hover {
text-decoration: none;
}
.flux.favorite .bookmark {
- background: url("icons/starred.png") center center no-repeat;
- background: url("icons/starred.svg") center center no-repeat;
+ background: url("../icons/starred.png") center center no-repeat;
+ background: url("../icons/starred.svg") center center no-repeat;
}
.flux_header .item.website {
width: 200px;
@@ -333,8 +338,8 @@
display: inline-block;
width: 40px;
height: 40px;
- background: url("icons/link.png") center center no-repeat;
- background: url("icons/link.svg") center center no-repeat;
+ background: url("../icons/link.png") center center no-repeat;
+ background: url("../icons/link.svg") center center no-repeat;
vertical-align: middle;
}
.item.link a:hover {