From 0b133c59d9642bcf0a04f8af7438abd70385ce93 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Mon, 22 May 2017 19:00:40 +0200 Subject: [PATCH] clear css Signed-off-by: Artem Anufrij --- css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index fe6539ca2..58863a515 100644 --- a/css/style.css +++ b/css/style.css @@ -165,12 +165,6 @@ button:hover { margin-left: auto; } -#board-header-controls .board-action-button, -#board-header-controls .board-action-button * { - display: flex; - align-items: center; -} - #board-header-controls-menu { display: none; padding: 5px 6px 5px 7px; @@ -187,6 +181,12 @@ button:hover { margin-right: 6px; } +.board-action-button, +.board-action-button * { + display: flex; + align-items: center; +} + .filter-select { position: absolute; right: auto;