css fixes and normalization. needed to address chrome update

This commit is contained in:
Stewart Allen 2020-05-24 19:35:28 -04:00
commit 3828476668
4 changed files with 28 additions and 24 deletions

View file

@ -722,13 +722,14 @@ button[import="1"] {
}
#layer-view button {
margin: 0 !important;
border: 1px solid rgba(255,255,255,0.75);
border: 1px solid #bbb;
}
#layer-view input {
border-width: 1px;
padding: 2px;
border: 1px solid #bbb;
}
#layer-view > button,input {
#layer-view > button, #layer-view > input {
margin-left: 4px !important;
margin-right: 4px !important;
}