add tooltip support

This commit is contained in:
Xuan Sang LE
2018-03-26 14:21:55 +02:00
parent d788f87ab9
commit 9f0986bc8d
7 changed files with 75 additions and 5 deletions

View File

@ -81,6 +81,15 @@ html,body{
font-weight: normal;
font-style: normal;
}
#systooltip {
border:1px solid #a6a6a6;
border-radius: 3px;
padding-left:3px;
padding-right:3px;
/*box-shadow: 2px 2px 2px #cbcbcb;*/
box-shadow: 1px 1px 1px #9f9F9F;
background-color: #e7e7e7;
}
input {
outline: none;
padding: 2px;