Revision d25334c6
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
css/less/jquery.tooltipster-light.less | ||
---|---|---|
1 | 1 |
.tooltipster-light { |
2 | 2 |
border-radius: 5px; |
3 | 3 |
border: 1px solid #7D964D; |
4 |
background-color: #DDFE93;
|
|
5 |
color: #7D964D;
|
|
4 |
background-color: #3C72A7; //#DDFE93
|
|
5 |
color: #fff;
|
|
6 | 6 |
} |
7 | 7 |
.tooltipster-light .tooltipster-content { |
8 |
font-size: @font-size-base;
|
|
8 |
font-size: @font-size-smaller;
|
|
9 | 9 |
line-height: 16px; |
10 |
padding: 8px 10px;
|
|
10 |
padding: 1.0em 1.4em;
|
|
11 | 11 |
} |
Auch abrufbar als: Unified diff
Aenderungen hpschlaepfer