summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-09-05 10:41:24 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-10-24 12:06:08 +0200
commitc5e794a0f21d5ebd8db764ae34d8026cf5caf365 (patch)
tree63a7d4c8f7cb34c6f4c0c9089bfafce00a46dfd8 /scss/custom.scss
parent8d6714d0c71137b5b6f05723e9b336f67e10ee09 (diff)
downloadIshtar-c5e794a0f21d5ebd8db764ae34d8026cf5caf365.tar.bz2
Ishtar-c5e794a0f21d5ebd8db764ae34d8026cf5caf365.zip
Quick actions: generic urls, views and forms
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 2406a1d98..e265b61e7 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -168,6 +168,10 @@ div.dt-buttons{
@include transition($btn-transition);
}
+.dt-button.btn-success {
+ @include button-variant($success, $success);
+}
+
.dt-button.disabled{
background-color: #f8f9fa;
border-color: #f8f9fa;