Browse Source

Apply themes to input-group-addon elements

These are used to add some text/icons/etc. before or after inputs.
merge-requests/70/head
Deimos 5 years ago
parent
commit
77ea4bffd9
  1. 6
      tildes/scss/themes/_theme_base.scss

6
tildes/scss/themes/_theme_base.scss

@ -339,6 +339,12 @@
color: map-get($theme, "error"); color: map-get($theme, "error");
} }
.input-group-addon {
background-color: map-get($theme, "background-secondary");
color: map-get($theme, "foreground-highlight");
border-color: map-get($theme, "border");
}
.label-topic-tag { .label-topic-tag {
color: map-get($theme, "foreground-middle"); color: map-get($theme, "foreground-middle");

Loading…
Cancel
Save