fix several css issues

This commit is contained in:
JFH
2021-08-09 10:37:51 +02:00
parent e53182456a
commit 27ffeb156f
6 changed files with 18 additions and 43 deletions

View File

@@ -404,9 +404,6 @@ div.jGraduate_StopSection {
text-align: center;
}
input.jGraduate_Ok, input.jGraduate_Cancel {
display: block;
width: 100px;
@@ -421,7 +418,7 @@ input.jGraduate_Ok {
float: left;
height: 16px;
width: 16px;
border: 1px solid #808080;
border: 1px solid var(--border-color);
cursor: pointer;
margin: 4px 4px 4px 30px;
}

View File

@@ -18,7 +18,7 @@ class SePlainBorderButton extends PlainButton {
fragmentFrom.html`
<style>
[part~="button"] {
background: #72797A;
background: var(--main-bg-color);
border: 1px solid #ccc;
}
</style>