Show/hide text of "ruler" class

This commit is contained in:
Ángel Montero Lamas 2024-08-29 16:45:06 +02:00
parent c2c58c2894
commit bb35d5149c
7 changed files with 86 additions and 12 deletions

View file

@ -1907,6 +1907,12 @@ div.editorLine {
stroke: #737373;
}
#rulerShowText {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
#militaryOptionsTable select {
border: 1px solid #d4d4d4;
}