summaryrefslogtreecommitdiff
path: root/p/themes
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-01-08 20:44:25 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-01-08 20:44:25 -0500
commit8f1a30ee889e7aaf34ac80ae92cbd04cc5671a10 (patch)
tree8d2949c8881b914e56fdbf0c52cce3417296fb53 /p/themes
parenta280bb1013f06599f7b20f29e4cc55226f0f8833 (diff)
Modification des filtres
Affichage de l'ensemble des filtres disponibles en tout temps Ajout d'un indicateur de sélection en CSS
Diffstat (limited to 'p/themes')
-rw-r--r--p/themes/default/global.css6
-rw-r--r--p/themes/default_dark/global.css6
-rw-r--r--p/themes/flat-design/global.css7
3 files changed, 19 insertions, 0 deletions
diff --git a/p/themes/default/global.css b/p/themes/default/global.css
index 2cc195f90..d3a5cc68c 100644
--- a/p/themes/default/global.css
+++ b/p/themes/default/global.css
@@ -398,6 +398,12 @@ input, select, textarea {
font-size: 90%;
line-height: 30px;
}
+ .dropdown-menu .item.selected{
+ background: #0062be;
+ }
+ .dropdown-menu .item.selected a{
+ color: #fff;
+ }
.dropdown-menu .item > * {
display: block;
padding: 0 25px;
diff --git a/p/themes/default_dark/global.css b/p/themes/default_dark/global.css
index 40694045a..a9c83d9de 100644
--- a/p/themes/default_dark/global.css
+++ b/p/themes/default_dark/global.css
@@ -386,6 +386,12 @@ input, select, textarea {
font-size: 90%;
line-height: 30px;
}
+ .dropdown-menu .item.selected{
+ background: #26303f;
+ }
+ .dropdown-menu .item.selected a{
+ color: #888;
+ }
.dropdown-menu .item > * {
display: block;
padding: 0 25px;
diff --git a/p/themes/flat-design/global.css b/p/themes/flat-design/global.css
index c24a9f481..7686b3662 100644
--- a/p/themes/flat-design/global.css
+++ b/p/themes/flat-design/global.css
@@ -387,6 +387,13 @@ input, select, textarea {
font-size: 90%;
line-height: 30px;
}
+ .dropdown-menu .item.selected{
+ background: #2980b9;
+ }
+ .dropdown-menu .item.selected a{
+ background: #2980b9;
+ color: #fff;
+ }
.dropdown-menu .item > * {
display: block;
padding: 0 25px;