summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-24 18:55:53 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-24 18:55:53 +0500
commit5183103e8f62187034b95d5c99cc2b7c0b29e947 (patch)
tree57fd85042d73b0486fa0a7a994dd09c9096c49f0 /web/sass-files/sass/partials/_modal.scss
parent4f371254c68fe41365f3c03001743a035bc63384 (diff)
downloadchat-5183103e8f62187034b95d5c99cc2b7c0b29e947.tar.gz
chat-5183103e8f62187034b95d5c99cc2b7c0b29e947.tar.bz2
chat-5183103e8f62187034b95d5c99cc2b7c0b29e947.zip
plt-363 - Adding organisation theme
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 38e9b4174..62067c3b8 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -3,6 +3,7 @@
}
.modal {
width: 100%;
+ color: #333;
&.image_modal {
.modal-backdrop.in {
@include opacity(0.7);
@@ -11,6 +12,14 @@
a, a:focus, a:hover {
color: #2389D7;
}
+ .custom-textarea {
+ color: inherit;
+ border-color: #ccc;
+ &:focus {
+ border-color: #ccc;
+ box-shadow: none;
+ }
+ }
.btn.btn-primary {
background: #4285f4;
&:hover, &:focus, &:active {