mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
New styles for toltips (Opentip)
Selector new functionality x-script tag support for templates
This commit is contained in:
parent
c1c817c837
commit
80c5e35a29
47 changed files with 2641 additions and 315 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -31,3 +31,10 @@
|
|||
#rl-content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.opentip-container {
|
||||
z-index: 2001 !important;
|
||||
.ot-content {
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue