From e7ec27f6c9c4c141e128884fd464a20596dcb6d9 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@gmail.com> Date: Mon, 16 Dec 2013 04:45:27 +0000 Subject: [PATCH] fix row actions are not really visible in case the label is long --- plugins/Morpheus/stylesheets/components.less | 15 +++++++++++++++ plugins/Morpheus/stylesheets/typography.less | 7 ------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/plugins/Morpheus/stylesheets/components.less b/plugins/Morpheus/stylesheets/components.less index 5249439929..a23e8578f7 100644 --- a/plugins/Morpheus/stylesheets/components.less +++ b/plugins/Morpheus/stylesheets/components.less @@ -338,6 +338,21 @@ } } + +table.dataTable tr td .dataTableRowActions { + a.rightmost, a { + background-color: #f2f2f2 !important; + margin: 6px 0px 6px 0; + padding: 0px 4px 0px 0px; + } +} + +table.dataTable tr:nth-child(2n) td .dataTableRowActions { + a.rightmost, a { + background-color: #fff !important; + } +} + table.dataTable th .columnDocumentation { color: @silver-90; } diff --git a/plugins/Morpheus/stylesheets/typography.less b/plugins/Morpheus/stylesheets/typography.less index 3e5a5ed283..31a7932cf1 100644 --- a/plugins/Morpheus/stylesheets/typography.less +++ b/plugins/Morpheus/stylesheets/typography.less @@ -34,13 +34,6 @@ h2 { .tableConfiguration div.configItem span.action { color: @brand-blue; } -table.dataTable .dataTableRowActions a.rightmost { - background: none !important; -} - -table.dataTable .columnodd .dataTableRowActions a.rightmost { - background: none !important; -} .dataTablePages { color: @brand-black; -- GitLab