diff --git a/scss/import/repository.scss b/scss/import/repository.scss index 9d48c2a..444feac 100644 --- a/scss/import/repository.scss +++ b/scss/import/repository.scss @@ -101,10 +101,53 @@ } } .repo-topic-edit { - display: none !important; + background: $bg50; + @if $nojavascript == true { + display: none !important; + } &.success, &.error { - display: flex !important; + @if $nojavascript == true { + display: flex !important; + } + } + .column.fourteen { + .field { + .search.dropdown { + background: $bg30; + border-radius: $border-radius; + &.active { + border-color: transparent; + } + .label { + background: $bg50; + color: $white; + i.delete.icon { + color: $white-dark; + } + } + .menu { + background: $bg60; + border: 0; + .item { + border-color: $bg80; + color: $white; + &:hover { + background: $bg50; + } + } + } + } + } + } + .column.two { + a.button { + background: $bg70; + color: $white; + &:hover { + background: $bg60; + } + } } } .repository-summary {