diff --git a/internal/web/public/css/config.css b/internal/web/public/css/config.css index 8417a6e..fca9856 100644 --- a/internal/web/public/css/config.css +++ b/internal/web/public/css/config.css @@ -13,19 +13,7 @@ .tip-button[mytitle] { position: relative; } -.tip-button[mytitle]:focus::after { - content: attr(mytitle); - position: absolute; - top: 90%; - color: var(--bs-body-color); - background-color: var(--bs-body-bg); - border: 1px solid var(--bs-primary); - width: max-content; - max-width: 18em; - padding: 5px; - border-radius: var(--bs-border-radius); -} -.tip-button[mytitle]:hover::after { +.tip-button[mytitle]:focus::after, .tip-button[mytitle]:hover::after { content: attr(mytitle); position: absolute; top: 90%; diff --git a/internal/web/public/css/index.css b/internal/web/public/css/index.css index a3de93e..f5f092b 100644 --- a/internal/web/public/css/index.css +++ b/internal/web/public/css/index.css @@ -1,33 +1,21 @@ -.exercise-button { - width: 70%; - height: 100%; - background-color: #00000000; - text-align: left; -} -.exercise-button:hover { - background-color: #0000001a; -} - -.add-exercise-button { - width: 9%; +.exercise-button, .add-exercise-button, .del-set-button { height: 100%; background-color: #00000000; color: var(--bs-primary); text-align: center; } -.add-exercise-button:hover { +.exercise-button:hover, .add-exercise-button:hover, .del-set-button:hover { background-color: #0000001a; } -.del-set-button { - /* width: 14%; */ - height: 100%; - background-color: #00000000; - color: var(--bs-primary); - text-align: center; +.exercise-button { + width: 70%; + text-align: left; + color: var(--bs-body-color); } -.del-set-button:hover { - background-color: #0000001a; + +.add-exercise-button { + width: 9%; } @media (max-width: 1399px) { diff --git a/internal/web/templates/config.html b/internal/web/templates/config.html index 309fe59..cd4be4a 100644 --- a/internal/web/templates/config.html +++ b/internal/web/templates/config.html @@ -109,8 +109,8 @@
About ({{ .Version }})
-

If you like this app, please, donate

-

Order you own app (Golang, HTML/JS). Contact and prices here

+

If you find this app useful, please, donate

+

Commission you own app (Golang, HTML/JS). Contact and prices here