Line 740: | Line 740: | ||
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc); | background-image: -ms-linear-gradient(top, #eeeeee, #cccccc); | ||
background-image: -o-linear-gradient(top, #eeeeee, #cccccc); | background-image: -o-linear-gradient(top, #eeeeee, #cccccc); | ||
+ | } | ||
+ | |||
+ | .tooltip | ||
+ | { | ||
+ | position:absolute; | ||
+ | background-color:#eeeefe; | ||
+ | border: 1px solid #aaaaca; | ||
+ | font-size: smaller; | ||
+ | padding:4px; | ||
+ | width: 160px; | ||
+ | box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); | ||
+ | -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); | ||
+ | -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); | ||
} | } | ||
</style> | </style> |
Revision as of 08:17, 31 October 2017