diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-09-05 01:31:25 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-09-05 01:37:55 +0200 |
commit | 82b322777852b0f7b3f93295a0dbcc0c238bd20d (patch) | |
tree | cb75983a021909ac96f99bdb1448cd2ebee72b48 /client/components/main/popup.styl | |
parent | 6a92963e2a79e2819b7492a0389c1c48a9467ba3 (diff) | |
download | wekan-82b322777852b0f7b3f93295a0dbcc0c238bd20d.tar.gz wekan-82b322777852b0f7b3f93295a0dbcc0c238bd20d.tar.bz2 wekan-82b322777852b0f7b3f93295a0dbcc0c238bd20d.zip |
Fix member permission modification
Fixes #280
Diffstat (limited to 'client/components/main/popup.styl')
-rw-r--r-- | client/components/main/popup.styl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/client/components/main/popup.styl b/client/components/main/popup.styl index e44bb5c6..3bef4f7d 100644 --- a/client/components/main/popup.styl +++ b/client/components/main/popup.styl @@ -120,6 +120,9 @@ $popupWidth = 300px .at-result background: #b2dfdb + .sk-spinner + margin: 40px auto + for depth in (1..6) .popup-container-depth-{depth} transform: translateX(- depth * $popupWidth) @@ -133,7 +136,7 @@ $popupWidth = 300px cursor: pointer display: block font-weight: 700 - padding: 0px 10px + padding: 1.5px 10px position: relative margin: 0 -10px text-decoration: none @@ -145,7 +148,7 @@ $popupWidth = 300px width: auto padding-right: 22px - &:hover + &:not(.disabled):hover background-color: #005377 color: #fff @@ -162,7 +165,6 @@ $popupWidth = 300px font-size: 12px font-weight: 400 line-height: 15px - margin-top: 4px &.current background-color: #e2e6e9 |