diff --git a/static/server/taskbar.css b/static/server/taskbar.css index 37f8d36..7f3967d 100644 --- a/static/server/taskbar.css +++ b/static/server/taskbar.css @@ -48,34 +48,34 @@ margin: 0 auto; } -#button_show_toggle { +#kiwix_button_show_toggle { display: none; } -#button_show_toggle:checked~label~.kiwix_button_cont, -#button_show_toggle:checked~label~.kiwix_button_cont>a { +#kiwix_button_show_toggle:checked~label~.kiwix_button_cont, +#kiwix_button_show_toggle:checked~label~.kiwix_button_cont>a { display: block; } -#button_show_toggle:not(:checked)~label~.kiwix_button_cont { +#kiwix_button_show_toggle:not(:checked)~label~.kiwix_button_cont { display: none; } -label[for="button_show_toggle"] { +label[for="kiwix_button_show_toggle"] { display: inline-block; height: 26px; } -label[for="button_show_toggle"] img { +label[for="kiwix_button_show_toggle"] img { transition: 0.1s; height: 26px; } -#button_show_toggle:checked~label img { +#kiwix_button_show_toggle:checked~label img { transform: rotate(-180deg); } -label[for="button_show_toggle"], +label[for="kiwix_button_show_toggle"], .kiwix_button_cont { display: block; } @@ -143,18 +143,18 @@ li.ui-state-focus { display: inline-block !important; } - label[for="button_show_toggle"] { + label[for="kiwix_button_show_toggle"] { display: none; } } @media (max-width: 645px) { - #button_show_toggle~label~.kiwix_button_cont.searching { + #kiwix_button_show_toggle~label~.kiwix_button_cont.searching { display: none !important; } - label[for="button_show_toggle"].searching { + label[for="kiwix_button_show_toggle"].searching { display: none !important; } diff --git a/static/server/taskbar.html.part b/static/server/taskbar.html.part index c7f819d..c11a621 100644 --- a/static/server/taskbar.html.part +++ b/static/server/taskbar.html.part @@ -8,8 +8,8 @@ - - + +