New styles for toltips (Opentip)

Selector new functionality
x-script tag support for templates
This commit is contained in:
RainLoop Team 2015-04-01 22:18:15 +04:00
parent c1c817c837
commit 80c5e35a29
47 changed files with 2641 additions and 315 deletions

View file

@ -397,7 +397,7 @@ html.rl-no-preview-pane {
background-color: #F5F5F5;
color: #555;
text-decoration: underline;
border-bottom: 1px dashed #555;
border-top: 1px dashed #555;
}
}
}

View file

@ -161,9 +161,6 @@ html.rgba.textshadow {
opacity: 1;
}
.tooltip-class {
}
.tooltip-inner {
max-width: 380px;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

View file

@ -31,3 +31,10 @@
#rl-content {
display: block;
}
.opentip-container {
z-index: 2001 !important;
.ot-content {
font-size: 13px;
}
}