summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-05 10:17:52 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-05 10:17:52 -0400
commit8595fd85c7b64e0e7f928abd398f1e0f5d62eea8 (patch)
tree97e83d35e4963225192e9257cb34c78fea9398d4 /web/sass-files/sass/partials/_modal.scss
parentb144ac103607bb716f7ea340b28498b47b77af9f (diff)
parentc2d014b00a12f67faebfcfb279e5ccd4ccf14585 (diff)
downloadchat-8595fd85c7b64e0e7f928abd398f1e0f5d62eea8.tar.gz
chat-8595fd85c7b64e0e7f928abd398f1e0f5d62eea8.tar.bz2
chat-8595fd85c7b64e0e7f928abd398f1e0f5d62eea8.zip
Merge pull request #887 from asaadmahmoodspin/plt-375
plt-375 - Making modals compatible with themes
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss17
1 files changed, 4 insertions, 13 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index e4e8b20b6..96b26f251 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -9,12 +9,6 @@
@include opacity(0.7);
}
}
- a, a:focus, a:hover {
- color: #2389D7;
- &.text-danger {
- color: #a94442;
- }
- }
.custom-textarea {
color: inherit;
border-color: #ccc;
@@ -25,12 +19,9 @@
}
.btn {
font-size: 13px;
- &.btn-primary {
- background: #4285f4;
- &:hover, &:focus, &:active {
- background: $primary-color--hover;
- color: #fff;
- }
+ &.btn-default {
+ border: none;
+ background: transparent;
}
}
.info__label {
@@ -70,7 +61,7 @@
background: $primary-color;
color: #FFF;
padding: 15px 15px 11px;
- border: none;
+ border: 1px solid #ddd;
min-height: 56px;
@include clearfix;
.modal-title {