mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
fix for calculator add-on display
This commit is contained in:
parent
6d1263d0f6
commit
42c6615c2e
1 changed files with 2 additions and 1 deletions
|
@ -1357,7 +1357,8 @@
|
||||||
background-color: #666;
|
background-color: #666;
|
||||||
}
|
}
|
||||||
.calc-content-wrapper #display {
|
.calc-content-wrapper #display {
|
||||||
font-size: 36px;
|
appearance: none !important;
|
||||||
|
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