summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-09-05 01:31:25 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-09-05 01:37:55 +0200
commit82b322777852b0f7b3f93295a0dbcc0c238bd20d (patch)
treecb75983a021909ac96f99bdb1448cd2ebee72b48 /client/components/main/layouts.styl
parent6a92963e2a79e2819b7492a0389c1c48a9467ba3 (diff)
downloadwekan-82b322777852b0f7b3f93295a0dbcc0c238bd20d.tar.gz
wekan-82b322777852b0f7b3f93295a0dbcc0c238bd20d.tar.bz2
wekan-82b322777852b0f7b3f93295a0dbcc0c238bd20d.zip
Fix member permission modification
Fixes #280
Diffstat (limited to 'client/components/main/layouts.styl')
-rw-r--r--client/components/main/layouts.styl7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index 65239cd6..87133391 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -28,6 +28,9 @@ body
flex: 1
overflow: hidden
+ .sk-spinner
+ margin-top: 30vh
+
#modal
position: absolute
top: 0
@@ -267,7 +270,7 @@ dd
.fa.fa-lock.colorful
color: #f44336
-.pop-over .pop-over-list li a:hover
+.pop-over .pop-over-list li a:not(.disabled):hover
.fa, .fa.colorful
color: white
@@ -278,7 +281,7 @@ a
&.fa, i.fa
color: darken(white, 35%)
- &:hover, &.is-active
+ &:not(.disabled):hover, &:not(.disabled).is-active
&.fa, i.fa
color: darken(white, 60%)