From 9b6869862cc528e116ca266512e2e24ba09d6c1f Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Sat, 10 Jun 2017 17:28:38 +0200 Subject: [PATCH] some design changes in board list Signed-off-by: Artem Anufrij --- css/style.css | 27 +++++++++++++++++++++------ templates/part.boardlist.php | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index 39168c672..a37eb6a14 100644 --- a/css/style.css +++ b/css/style.css @@ -676,6 +676,10 @@ button.button-inline:hover { overflow: scroll; } +#boardlist thead td { + color: #999; +} + #boardlist td .board-bullet { width: 30px; height: 30px; @@ -685,11 +689,6 @@ button.button-inline:hover { cursor: pointer; display: block; } -#boardlist .app-popover-menu-utils { - width: 30px; - display: inline; - position: relative; -} .popovermenu ul { display: flex !important; @@ -708,7 +707,7 @@ button.button-inline:hover { } .cell-board-bullet { - width: 60px; + width: 50px; } .cell-board-title { @@ -719,6 +718,10 @@ button.button-inline:hover { opacity: 0.5; } +#boardlist tr:last-child td { + opacity: 0.5; +} + #boardlist td form { display: flex; width: 100%; @@ -738,8 +741,20 @@ button.button-inline:hover { #boardlist td .app-popover-menu-utils { float: right; + width: 30px; + display: inline; + position: relative; } +#boardlist td .app-popover-menu-utils button { + opacity: 0.3; +} + +#boardlist td .app-popover-menu-utils:hover button { + opacity: 0.7; +} + + #boardlist .popovermenu { margin-top: 5px; } diff --git a/templates/part.boardlist.php b/templates/part.boardlist.php index 7fb3a4cf5..a1514dd87 100644 --- a/templates/part.boardlist.php +++ b/templates/part.boardlist.php @@ -31,7 +31,7 @@
- +