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/boards | |
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/boards')
-rw-r--r-- | client/components/boards/boardColors.styl | 2 | ||||
-rw-r--r-- | client/components/boards/boardsList.styl | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/client/components/boards/boardColors.styl b/client/components/boards/boardColors.styl index d131701c..b1ddfe6d 100644 --- a/client/components/boards/boardColors.styl +++ b/client/components/boards/boardColors.styl @@ -18,7 +18,7 @@ setBoardColor(color) button[type=submit].primary, input[type=submit].primary background-color: darken(color, 20%) - &.pop-over .pop-over-list li a:hover, + &.pop-over .pop-over-list li a:not(.disabled):hover, .sidebar .sidebar-content .sidebar-btn:hover, .sidebar-list li a:hover background-color: lighten(color, 10%) diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl index 8e296028..9978fab8 100644 --- a/client/components/boards/boardsList.styl +++ b/client/components/boards/boardsList.styl @@ -68,7 +68,10 @@ $spaceBetweenTiles = 16px color: white li:hover a - color: #f6f6f6 + &:hover + .fa-star, + .fa-star-o + color: white .fa-star, .fa-star-o |