diff --git a/app/assets/stylesheets/darkswarm/active_table_search.css.sass b/app/assets/stylesheets/darkswarm/active_table_search.css.sass index 8bb131e9a9..5b36c0da1f 100644 --- a/app/assets/stylesheets/darkswarm/active_table_search.css.sass +++ b/app/assets/stylesheets/darkswarm/active_table_search.css.sass @@ -11,12 +11,12 @@ .row.filter-box:first-child border-top: 1px solid $clr-brick -.filter-box - background: rgba(255,255,255,0.65) - products .filter-box background: #f7f7f7 +.filter-box + background: rgba(255,255,255,0.65) + .tdhead padding: 0.25rem 0.5rem margin-top: 0.9rem @@ -48,6 +48,7 @@ products .filter-box @include csstrans display: table table-layout: fixed + text-transform: capitalize overflow: visible // width: 100% // height: 2rem diff --git a/app/assets/stylesheets/darkswarm/taxons.css.sass b/app/assets/stylesheets/darkswarm/taxons.css.sass index 160d2ce002..32ba3aba1b 100644 --- a/app/assets/stylesheets/darkswarm/taxons.css.sass +++ b/app/assets/stylesheets/darkswarm/taxons.css.sass @@ -6,7 +6,7 @@ line-height: 1 margin-right: 0.5rem margin-bottom: 0.35rem - text-transform: uppercase + text-transform: capitalize font-weight: 300 font-size: 0.875rem background: rgba(235,235,235,0.5)