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
commit40c94fba1a9e3e119af8738f75f1e8082feb0c8b (patch)
tree63a7d4c8f7cb34c6f4c0c9089bfafce00a46dfd8 /scss/custom.scss
parente5568da593a5bc13ab2065ec22a2d6b035be756b (diff)
downloadIshtar-40c94fba1a9e3e119af8738f75f1e8082feb0c8b.tar.bz2
Ishtar-40c94fba1a9e3e119af8738f75f1e8082feb0c8b.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;