diff --git a/common/small_irish.svg b/common/small_irish.svg new file mode 100644 index 0000000..e3b69e9 --- /dev/null +++ b/common/small_irish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/less/general.less b/less/general.less index 14e7c2a..9608a4b 100644 --- a/less/general.less +++ b/less/general.less @@ -453,6 +453,23 @@ a:hover .text-usage-counts-hover:extend(.uk-text-background) { border-radius: @global-small-border-radius; } +.custom-view-button { + padding: 4px; + background: @light-color; + border: 1px solid @disable-color; + border-radius: 4px; + icon { + color: @disable-color; + } + + &.active { + background: transparent linear-gradient(315deg, @primary-light-color 0%, @primary-dark-color 100%) 0% 0% no-repeat padding-box; + icon { + color: @light-color; + } + } +} + @inverse-general-custom-external-color: @global-inverse-color; .hook-inverse() {