forked from fanruan/fineui
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.
18 lines
338 B
18 lines
338 B
8 years ago
|
.bi-tooltip {
|
||
|
max-width: 250px;
|
||
|
-webkit-border-radius: 2px;
|
||
|
-moz-border-radius: 2px;
|
||
|
border-radius: 2px;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
.bi-tooltip.tooltip-success {
|
||
|
background: #fff5c1;
|
||
|
border: 1px solid #fff5c1;
|
||
|
color: #1a1a1a;
|
||
|
}
|
||
|
.bi-tooltip.tooltip-warning {
|
||
|
background: #fddddd;
|
||
|
color: #e85050;
|
||
|
border: 1px solid #f4cbcb;
|
||
|
}
|