diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 5791a8b..c4255ae 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -459,7 +459,6 @@ div#more-user-links a:hover:after { /* page content */ div#content { - background: white; padding: 1ex; border-radius: 3px; position: relative; @@ -484,11 +483,11 @@ div#content h2 { padding: 0 0 10px 0px; position: relative; top: 4px; - border-bottom: 1px dotted #d8d8d8; } table.main { width: 100%; + background: white; border: 1px solid #bcbcbc; border-collapse: collapse; } @@ -549,7 +548,7 @@ ul.apps li { } ul.apps li a { - background-color: transparent; + background-color: white; background-repeat: no-repeat; background-position: 50% 50%; display: table-cell; @@ -695,6 +694,7 @@ ul.objects-list { } ul.objects-list li { + background: white; list-style: none; margin: 0 0 -1px 0; padding: 0 0.5ex 0 2ex; @@ -1063,6 +1063,7 @@ $colors: "4e7ee2", "ff375e", "6f2b92"; margin-left: 2em; } } + border-radius: 3px 3px 0 0; .extra-actions-menu-opener { border: none; &::before { @@ -1121,6 +1122,13 @@ $colors: "4e7ee2", "ff375e", "6f2b92"; } } +div#pages-list, +div#appbar + div#description { + background: white; + padding: 0.5rem; + border-radius: 3px; +} + div.section { margin: 1em 0; &:first-child {