You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
180 B

  1. @import "../../../css/colors.less";
  2. .uiTooltip {
  3. position: absolute;
  4. padding: 5px;
  5. background-color: fade(@blackC, 90%);
  6. text-align: center;
  7. color: @white;
  8. display: none;
  9. }