You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:23:24 UTC

[sling-org-apache-sling-resource-editor] 08/50: SLING-4172 - change style of modal dialogs, contributed by Sandro Boehme, thanks!

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git

commit 0f91f999c607ddeb565fd265d4f81c6eae7e1e6f
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Nov 21 15:16:01 2014 +0000

    SLING-4172 - change style of modal dialogs,  contributed by Sandro Boehme, thanks!
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1640933 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/less/reseditor/modals.less    | 6 +++++-
 src/main/less/reseditor/variables.less | 7 ++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/main/less/reseditor/modals.less b/src/main/less/reseditor/modals.less
index e94f2dd..6ab15f0 100644
--- a/src/main/less/reseditor/modals.less
+++ b/src/main/less/reseditor/modals.less
@@ -6,5 +6,9 @@
 
 // Base modal
 .modal {
-  background-color: @dark-gray;
+	background-color: transparent;
+}
+
+.modal-body, .modal-header {
+	text-shadow: none;
 }
\ No newline at end of file
diff --git a/src/main/less/reseditor/variables.less b/src/main/less/reseditor/variables.less
index 31f6c79..bd0a5a7 100644
--- a/src/main/less/reseditor/variables.less
+++ b/src/main/less/reseditor/variables.less
@@ -1,3 +1,8 @@
+//== Colors
+//
+//## Gray and brand colors for use across Bootstrap.
+@brand-primary:         #2D373D;
+
 // Scaffolding
 // -------------------------
 @bodyBackground:	transparent;
@@ -9,4 +14,4 @@
 
 // Forms
 // -------------------------
-@inputBorderRadius:             3px;
\ No newline at end of file
+@inputBorderRadius:             3px;

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.