From 630261240355b56bf29622faab99b6c1649a3623 Mon Sep 17 00:00:00 2001 From: Alberto Acevedo Date: Fri, 3 Feb 2017 14:47:03 -0500 Subject: [PATCH] Removed all the modal styles from the plugin. These styles were conflicting with client apps using the plugin. --- Source/Styles/Core.less | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Source/Styles/Core.less b/Source/Styles/Core.less index d83f6b1a..457790ee 100644 --- a/Source/Styles/Core.less +++ b/Source/Styles/Core.less @@ -51,13 +51,13 @@ body { a:hover { text-decoration: underline; } - +/* @modal-background-color: @panel-background-color; @modal-text-color: @panel-emphasized-text-color; @modal-header-background-color: rgba(0,0,0,0.2); -@modal-header-text-color: @panel-emphasized-text-color; +@modal-header-text-color: @panel-emphasized-text-color;*/ -.modal-background { +/*.modal-background { .opaque-to-input; position: fixed; left: 0; @@ -65,9 +65,9 @@ a:hover { top: 0; bottom: 0; background-color: rgba(0,0,0,0.5); - z-index: 1000; /* required for IE9 */ -} - + z-index: 1000; required for IE9 +}*/ +/* .modal { position: absolute; margin: auto; @@ -94,23 +94,24 @@ a:hover { font-size: 15px; color: @modal-header-text-color; margin-left: 15px; -} +}*/ +/* Commented out due to conflicts with client apps. .modal-content { margin-left: 15px; margin-right: 15px; margin-bottom: 15px; padding-top: 15px; overflow: auto; -} +}*/ -.modal-close-button { +/*.modal-close-button { position: absolute; right: 15px; cursor: pointer; font-size: 18px; color: @modal-header-text-color; -} +}*/ #ui {