diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 92ffbbec4..9fbd3b816 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -494,6 +494,16 @@ textarea { background-color: $gray-400; } +#window h3.external-source { + color: #fff; + background-color: $green; + border-color: $green; +} + +.external-sources label:hover{ + cursor: pointer; +} + .form h4.card-title { background-color: transparent; } |