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:
authordartcafe <github@dartcafe.de>2017-11-02 19:56:18 +0300
committerdartcafe <github@dartcafe.de>2017-11-02 19:56:18 +0300
commit7110e0cf80e508a9a727b216bcc225bc1dfd61e4 (patch)
treeecea5f189d03b3be8705432d0d7f2880c66aae29 /css
parent90e1e15ea8b3e33beda2bcfe752da371ef6fffe0 (diff)
last sync
Diffstat (limited to 'css')
-rw-r--r--css/main.scss10
-rw-r--r--css/vote.scss3
2 files changed, 12 insertions, 1 deletions
diff --git a/css/main.scss b/css/main.scss
index 7a346331..7ee9894c 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -22,7 +22,15 @@ h1 {
.icon-polls {
background-color: black;
- mask: url('../img/app-logo-polls.svg') no-repeat 50% 50%;
+ mask: url('../img/polls.svg') no-repeat 50% 50%;
+}
+
+.description {
+ .expired-vote{
+ color: red;
+ font-weight: bold;
+ }
+
}
#controls {
diff --git a/css/vote.scss b/css/vote.scss
index bc918ff7..98b9b160 100644
--- a/css/vote.scss
+++ b/css/vote.scss
@@ -358,6 +358,9 @@ $user-column-width: 265px;
&.maybe {
background-image: url('../img/maybe-vote-bordered.svg');
}
+ &.unvoted {
+ background-image: url('../img/unvoted-vote-bordered.svg');
+ }
}
}
.user-cell {