mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Updated tooltip style.
This commit is contained in:
parent
0d4c97d073
commit
f89527fe58
1 changed files with 4 additions and 2 deletions
|
@ -10,12 +10,14 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
body .custom-qtip {
|
||||
border: 2px solid #AFD8C1;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
padding: 10px;
|
||||
box-shadow: 1px 1px 3px #767676;
|
||||
background: #EFFDF6;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
color: #258D53;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
body .ui-dialog .ui-dialog-titlebar-close {
|
||||
|
|
Loading…
Reference in a new issue