displaymodel.css 484 Bytes
Newer Older
郑越's avatar
郑越 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
div[class*='ui-tooltip-flowable-'] {
    background-color: #ffffff;
    border-color: #c5c5c5;
    color: #4a4a4a;
    font-family: Verdana;
    font-size: 12px;
}

div[class*='ui-tooltip-flowable-'] .qtip-content {
  color: #4a4a4a;
  background-color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
}

.ui-tooltip-flowable-cmmn .qtip-titlebar {
  color: #FFFFFF;
  font-size: 12px;
  background: #2B414F;
}

.ui-tooltip-flowable-cmmn .qtip-tip {
  background-color: #2B414F;
}