fix for calculator add-on display
This commit is contained in:
parent
42c6615c2e
commit
c13064789c
1 changed files with 2 additions and 1 deletions
|
@ -1354,7 +1354,8 @@ aside .widget li:hover {
|
||||||
background-color: #666;
|
background-color: #666;
|
||||||
}
|
}
|
||||||
.calc-content-wrapper #display {
|
.calc-content-wrapper #display {
|
||||||
font-size: 36px;
|
appearance: none;
|
||||||
|
font-size: 36px;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue