mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Fix color style for different templates
This commit is contained in:
parent
80623580f2
commit
c687f64ced
@ -28,7 +28,6 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
background-color: {{ config.vdarkborder }};
|
background-color: {{ config.vdarkborder }};
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@ -61,13 +60,13 @@
|
|||||||
|
|
||||||
<div class="ts_Spells">
|
<div class="ts_Spells">
|
||||||
<input type="radio" name="ts_Spells" id="tab_instant" aria-controls="instant" checked>
|
<input type="radio" name="ts_Spells" id="tab_instant" aria-controls="instant" checked>
|
||||||
<label for="tab_instant">Instant</label>
|
<label for="tab_instant" class="white">Instant</label>
|
||||||
|
|
||||||
<input type="radio" name="ts_Spells" id="tab_conjure" aria-controls="conjure">
|
<input type="radio" name="ts_Spells" id="tab_conjure" aria-controls="conjure">
|
||||||
<label for="tab_conjure">Conjure</label>
|
<label for="tab_conjure" class="white">Conjure</label>
|
||||||
|
|
||||||
<input type="radio" name="ts_Spells" id="tab_rune" aria-controls="rune">
|
<input type="radio" name="ts_Spells" id="tab_rune" aria-controls="rune">
|
||||||
<label for="tab_rune">Rune</label>
|
<label for="tab_rune" class="white">Rune</label>
|
||||||
|
|
||||||
<div class="tab-panels">
|
<div class="tab-panels">
|
||||||
<section id="instant" class="tab-panel">
|
<section id="instant" class="tab-panel">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user