Advertisement
Guest User

synved-option/style/admin.css

a guest
Oct 18th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. .synved-tooltip img { vertical-align:middle; margin-left: 5px;}
  2. .synved-tooltip-text {display:none; background-color: #e3e3e3; outline: none; cursor: help; text-decoration: none; position: absolute; width:250px; }
  3. .synved-tooltip:hover .synved-tooltip-text {
  4.             color: black;
  5.             display: inline;
  6.             border: 1px dashed gray;
  7.             padding: 10px;
  8.             margin-left: 10px;
  9.             box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  10.             -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  11.             -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement