Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVinzenz <vinzenz.rosenkranz@gmail.com>2016-03-05 14:35:19 +0300
committerVinzenz <vinzenz.rosenkranz@gmail.com>2016-03-05 14:35:19 +0300
commitb5803f354008e015f2799d70bc847c6145770205 (patch)
treec34d77263c089d6e6abd33c23e7f9c0f7fb0e0d9 /css
parent4c4c30596574dcca7dc093975c4902a1afc7a54a (diff)
toggle all option on vote page [1/?]
Diffstat (limited to 'css')
-rw-r--r--css/main.css22
1 files changed, 3 insertions, 19 deletions
diff --git a/css/main.css b/css/main.css
index ac2b5ce3..9d89155b 100644
--- a/css/main.css
+++ b/css/main.css
@@ -400,22 +400,6 @@ ul {
margin-bottom: 10px;
}
-.selected-all {
- background-color: #6fff70;
-}
-
-.selected-none {
- background-color: #ff6f6f;
-}
-
-.date-text-selected {
- background-color: #6fff70;
-}
-
-.date-text-not-selected {
- background-color: #ff6f6f;
-}
-
.poll-cell-not, .poll-cell-is, .poll-cell-maybe, .poll-cell-un, .poll-cell-active-not, .poll-cell-active-is, .poll-cell-active-maybe, .poll-cell-active-un {
}
@@ -423,15 +407,15 @@ ul {
background-color: #fff;
}
-.poll-cell-is, .poll-cell-active-is {
+.poll-cell-is, .poll-cell-active-is, .date-text-selected, .selected-all {
background-color: #6fff70; /*green*/
}
-.poll-cell-maybe, .poll-cell-active-maybe {
+.poll-cell-maybe, .poll-cell-active-maybe, .selected-maybe {
background-color: #fcff6f; /*yellow*/
}
-.poll-cell-not, .poll-cell-active-not {
+.poll-cell-not, .poll-cell-active-not, .date-text-not-selected, .selected-none {
background-color: #ff6f6f; /*red*/
}