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 13:58:11 +0300
committerVinzenz <vinzenz.rosenkranz@gmail.com>2016-03-05 13:58:11 +0300
commit4c4c30596574dcca7dc093975c4902a1afc7a54a (patch)
treea269744d89ee215001b0e2452b0c12b3ef9980a1 /css
parent8ff1076155889a1765555daccb4d9f0bc9a0ff39 (diff)
toggle row in create/edit
Diffstat (limited to 'css')
-rw-r--r--css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 1be3d6e6..ac2b5ce3 100644
--- a/css/main.css
+++ b/css/main.css
@@ -400,6 +400,14 @@ ul {
margin-bottom: 10px;
}
+.selected-all {
+ background-color: #6fff70;
+}
+
+.selected-none {
+ background-color: #ff6f6f;
+}
+
.date-text-selected {
background-color: #6fff70;
}