diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index 9559e1fa7..c39c4ab79 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -692,23 +692,6 @@ footer { min-height: 1.125rem; } -/* Button table - Tables with a list of actions as buttons on top */ -.index-page .card-list:before, -.apps-page .card-list:before, -.system-page .system-section-title:first-child:before { - position: relative; - width: 25rem; - height: 25rem; - margin-left: -25rem; - margin-bottom: -25rem; - left: 18.75rem; - top: -1.25rem; - content: " "; - background-size: 100%; - background-repeat: no-repeat; - z-index: -1; -} - .names-table { table-layout: fixed; overflow-wrap: break-word;