summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-01 09:33:21 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-01 09:33:21 +0500
commit813792dd600f4e485d52cc1066a8c1297578432d (patch)
treee9d2bcf64fca4aa27c2cdd3c0aa7b4ec2d5137d9 /web/sass-files/sass/partials/_modal.scss
parent53bdc34f3768b06a0cffdcaa52ca5335f52339d0 (diff)
downloadchat-813792dd600f4e485d52cc1066a8c1297578432d.tar.gz
chat-813792dd600f4e485d52cc1066a8c1297578432d.tar.bz2
chat-813792dd600f4e485d52cc1066a8c1297578432d.zip
pot-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 {