diff --git a/plugins/Morpheus/stylesheets/components.less b/plugins/Morpheus/stylesheets/components.less index 5249439929b5a87cf5309f19b89023f604478d94..a23e8578f700e850b15ca830e7015cec8e0bbc14 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 3e5a5ed2831a9f50970aeaf4362ba8868c6e41d9..31a7932cf14ef2551fd98efcfa1dbd73dc64602f 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;