mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Harden CSS reset.
This commit is contained in:
parent
132b79e8d5
commit
8bf903ee6b
1 changed files with 8 additions and 0 deletions
|
@ -115,6 +115,13 @@ body {/*overflow-y: scroll;*/}
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
text-transform: none;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
min-width: auto;
|
||||||
|
min-height: auto;
|
||||||
|
max-width: none;
|
||||||
|
max-height: none;
|
||||||
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
filter: alpha(opacity=100);
|
filter: alpha(opacity=100);
|
||||||
|
@ -432,6 +439,7 @@ body {/*overflow-y: scroll;*/}
|
||||||
content: '\e804';
|
content: '\e804';
|
||||||
font-family: 'ynh_ssowat';
|
font-family: 'ynh_ssowat';
|
||||||
color: #b4b4b4;
|
color: #b4b4b4;
|
||||||
|
background: none;
|
||||||
display: inline-block;vertical-align: text-top;
|
display: inline-block;vertical-align: text-top;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
|
Loading…
Reference in a new issue