Feature #1192 ยป themes.patch
| D:/BitFactory/3rdParty/wt-3.2.0/resources/themes/default/wt.css (revision 5527) | ||
|---|---|---|
|
*/
|
||
|
.Wt-tooltip {
|
||
|
position: absolute;
|
||
|
max-width: 300px;
|
||
|
background-color: #ede0b2;
|
||
|
max-width: 1000px;
|
||
|
background-color: #ffffcc;
|
||
|
border: 1px solid black;
|
||
|
padding: 1px 2px;
|
||
|
font-family: sans-serif;
|
||
| D:/BitFactory/3rdParty/wt-3.2.0/resources/themes/polished/wt.css (revision 5527) | ||
|---|---|---|
|
*/
|
||
|
.Wt-tooltip {
|
||
|
position: absolute;
|
||
|
max-width: 300px;
|
||
|
background-color: #ede0b2;
|
||
|
max-width: 1000px;
|
||
|
background-color: #ffffcc;
|
||
|
border: 1px solid black;
|
||
|
padding: 1px 2px;
|
||
|
font-family: sans-serif;
|
||