From 63a5a77619e6ad9ce9e4f5c78ddabaac06c5540c Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Thu, 11 Jun 2020 10:12:54 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/12/style.css b/12/style.css index 5d0ab2c..525de12 100644 --- a/12/style.css +++ b/12/style.css @@ -633,4 +633,12 @@ cursor:pointer; .link_05 > img:hover { filter: invert(1); +} + +#clock_drag{ + padding: 10px; + cursor: move; + z-index: 10; + background-color: #2196F3; + color: #fff; } \ No newline at end of file