mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Harder reset for panel elements
This commit is contained in:
parent
2e3ee8ebc7
commit
2cdb5fe5dc
1 changed files with 2 additions and 0 deletions
|
@ -102,10 +102,12 @@ body {/*overflow-y: scroll;*/}
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
position: static;
|
position: static;
|
||||||
|
background: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
|
Loading…
Reference in a new issue