Version 1.2.0
Исправил ошибки заполнения некоторых ответов Добавил options меню (такое же как и popup) Версия более менее стабильная
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<div class="button-add style style_1">
|
||||
<input id="auto_mode" type="checkbox">
|
||||
<label for="auto_mode" data-text="Автоматический режим"></label>
|
||||
<label for="auto_mode" data-text="Автоматический режим(β)"></label>
|
||||
<div class="button-add__icon"></div>
|
||||
</div>
|
||||
|
||||
|
@@ -97,7 +97,7 @@ body {
|
||||
.style_1 label:before, .style_1 label:after {
|
||||
content: attr(data-text);
|
||||
position: absolute;
|
||||
right: 0.9rem; }
|
||||
right: 0.4rem; }
|
||||
.style_2 label:before, .style_2 label:after {
|
||||
content: attr(data-text);
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user