diff --git a/src/css/style.css b/src/css/style.css index 860ceb7d..cd38e520 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -87,16 +87,6 @@ hr { cursor: pointer; } -.opium-button { - position: absolute; - bottom: 0; - left: 0; - font-size: 0.9em; - padding: 5px 10px; - font-family: monospace; - cursor: pointer; -} - .AnimatedEllipsis { display: inline-block; overflow: hidden; @@ -115,7 +105,7 @@ hr { } } -.knopje { +.opium-button { position: absolute; bottom: 0; left: 0; @@ -133,12 +123,12 @@ hr { } -.knopje:hover { +.opium-button:hover { cursor: zoom-in; background: linear-gradient(180deg, #b0b0b0 25%, #504f4f 75%); } -.knopje:active { +.opium-button:active { cursor: crosshair; border: 1px inset black; background: linear-gradient(180deg, #333232 25%, #504f4f 75%); diff --git a/src/index.html b/src/index.html index 5f92d103..0a4e8ff4 100644 --- a/src/index.html +++ b/src/index.html @@ -189,7 +189,7 @@