aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-10-07 19:48:11 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-10-07 19:48:11 +0200
commit6eb901acc84ee6c1229492222ca8d2945aaf49d0 (patch)
treec235f0bb335f501ce9c7b6a2e3d43aa56352d5cd
parent94b2e444bb2dff37fbfb0973ef0489f4ae36af1d (diff)
Améliore design colonne catégorie / flux
-rw-r--r--public/themes/default/freshrss.css18
-rw-r--r--public/themes/flat-design/freshrss.css1
2 files changed, 12 insertions, 7 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index 3dc14814f..6eb3bc7bf 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -112,14 +112,15 @@
position: relative;
}
.categories .feeds {
- width: 220px;
- margin: 0 auto;
+ width: 100%;
+ margin: 0;
list-style: none;
}
- .categories .feeds .item.active:after {
- content: "⇢";
- line-height: 35px;
- float: right;
+ .categories .feeds .item.active {
+ background: #0062BE;
+ }
+ .categories .feeds .item.active .feed {
+ color: #fff;
}
.categories .feeds .item.empty .feed {
color: #e67e22;
@@ -146,9 +147,12 @@
background-image: none;
}
.categories .feeds .item .dropdown-target:target ~ .dropdown-toggle i,
- .categories .feeds .item:hover .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-color: #fff;
+ border-radius: 3px;
}
.categories .notRead {
position: absolute;
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css
index 0b1f27e93..385b9d71e 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -148,6 +148,7 @@ body {
background-image: url("icons/configure.png");
background-image: url("icons/configure.svg");
background-color: #95a5a6;
+ border-radius: 3px;
}
.categories .notRead {
position: absolute;