mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.201.0
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/* GENERAL/PAGE STYLES */
|
||||
#content_input {
|
||||
width: 100%;
|
||||
@@ -23,11 +22,10 @@
|
||||
}
|
||||
|
||||
#content_output {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden auto;
|
||||
}
|
||||
|
||||
#content_input input[type=number] {
|
||||
#content_input input[type="number"] {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -119,7 +117,7 @@ textarea.form-control {
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.mkbru__ipt-cb[type=checkbox] {
|
||||
.mkbru__ipt-cb[type="checkbox"] {
|
||||
margin-top: 0;
|
||||
margin-left: 2px;
|
||||
}
|
||||
@@ -129,7 +127,7 @@ textarea.form-control {
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.mkbru__ipt-cb--plain[type=checkbox] {
|
||||
.mkbru__ipt-cb--plain[type="checkbox"] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -140,7 +138,7 @@ textarea.form-control {
|
||||
}
|
||||
|
||||
.mkbru__sub-name--33 {
|
||||
min-width: calc(33.33333% - 0.25rem);
|
||||
min-width: calc(33.3333% - 0.25rem);
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -219,7 +217,7 @@ tr th.mon__name--token {
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.mkbru_mon__cb-environment[type=checkbox] {
|
||||
.mkbru_mon__cb-environment[type="checkbox"] {
|
||||
margin: 0 2px 0 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user