mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
UAT changes
This commit is contained in:
+30
-2
@@ -108,8 +108,8 @@ input.sheet-tab:checked::before {
|
||||
color:white;
|
||||
}
|
||||
|
||||
input.sheet-tab1:checked ~ div.sheet-section-core,
|
||||
input.sheet-tab2:checked ~ div.sheet-section-weapons,
|
||||
input.sheet-tab1:checked ~ div.sheet-section-roleplay,
|
||||
input.sheet-tab2:checked ~ div.sheet-section-combat,
|
||||
input.sheet-tab3:checked ~ div.sheet-section-spells
|
||||
{
|
||||
max-height: 999999px;
|
||||
@@ -157,4 +157,32 @@ input[type="checkbox"] + span::before
|
||||
input[type="checkbox"]:checked + span::before
|
||||
{
|
||||
content: "[hide]";
|
||||
}
|
||||
|
||||
.sheet-spellsTable{
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
border-color:#ccc;
|
||||
width: 100%;
|
||||
}
|
||||
.sheet-spellsTable td{
|
||||
padding:2px 1px;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
overflow:hidden;
|
||||
word-break:normal;
|
||||
border-color:#ccc;
|
||||
color:#333;
|
||||
background-color:#F0F0F0;
|
||||
}
|
||||
.sheet-spellsTable th{
|
||||
font-weight:normal;
|
||||
padding:2px 1px;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
overflow:hidden;
|
||||
word-break:normal;
|
||||
border-color:#ccc;
|
||||
color:#333;
|
||||
background-color:#D0D0D0;
|
||||
}
|
||||
+417
-469
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user