Skip to content

Commit

Permalink
Removed all the modal styles from the plugin. These styles were confl…
Browse files Browse the repository at this point in the history
…icting with client apps using the plugin.
  • Loading branch information
Alberto Acevedo committed Feb 3, 2017
1 parent 9d8f3ff commit 6302612
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Source/Styles/Core.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ 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;
right: 0;
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;
Expand All @@ -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 {
Expand Down

0 comments on commit 6302612

Please sign in to comment.