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-02-21 15:21:03 +0300
committerVinzenz <vinzenz.rosenkranz@gmail.com>2016-02-21 15:21:03 +0300
commit1b9a027107db8897c775062e2198aa8dffac01f4 (patch)
tree8c9333a205b37343f074d28fd79bbbc102563382 /css
parent7e850e7315e346519d81374edfa2144dcce45b72 (diff)
minor fixes0.6.9.1
Diffstat (limited to 'css')
-rw-r--r--css/main.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css
index d9042ae7..c4ddf22d 100644
--- a/css/main.css
+++ b/css/main.css
@@ -383,8 +383,15 @@ ul {
margin-bottom: 10px;
}
-.poll-cell-not, .poll-cell-is, .poll-cell-maybe, .poll-cell-un {
- height: 24px;
+.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 {
}
.poll-cell-un, .poll-cell-active-un {
@@ -403,7 +410,7 @@ ul {
background-color: #ff6f6f; /*red*/
}
-.date-row:hover {
+.date-row:hover, .date-col:hover, .text-row:hover {
background-color: red;
color: black;
}