mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
tpl: workaround for chrome83 glitch
This commit is contained in:
parent
0a5710ec55
commit
75d3d8e5e1
@ -356,6 +356,7 @@ button i.fa { font-size:110% }
|
|||||||
-o-transform: translate(-50%, -50%);
|
-o-transform: translate(-50%, -50%);
|
||||||
background:#fff; border-radius: 1em; padding: 1em; text-align:center; min-width: 10em;
|
background:#fff; border-radius: 1em; padding: 1em; text-align:center; min-width: 10em;
|
||||||
}
|
}
|
||||||
|
.dialog-content input { border: 1px solid #888; } /* without this the border on chrome83 is not consistent */
|
||||||
.ask input { border:1px solid rgba(0,0,0,0.5); padding: .2em; margin-top: .5em; }
|
.ask input { border:1px solid rgba(0,0,0,0.5); padding: .2em; margin-top: .5em; }
|
||||||
.ask .close { float: right; font-size: 1.2em; color: red; position: relative; top: -0.4em; right: -0.3em; }
|
.ask .close { float: right; font-size: 1.2em; color: red; position: relative; top: -0.4em; right: -0.3em; }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user