From 379d7db3628a46889ae52d69296e2a8a610d32b4 Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Sun, 14 Feb 2021 09:57:53 +0200 Subject: Close button for share window --- css/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index abce858..619c4d8 100644 --- a/css/style.css +++ b/css/style.css @@ -403,7 +403,11 @@ input[type=submit]:hover { align-self: center; } -.pathentry:hover { +.pathentry:last-child { + cursor: inherit; +} + +.pathentry:not(:last-child):hover { text-decoration: underline; } @@ -453,3 +457,11 @@ input[type=submit]:hover { background: white; background: rgba(255,255,255, 0.9); } + +.window > h2 .close_button { + border-left: 1px solid #ccc; +} + +.close_button:hover { + background: white; +} -- cgit v1.2.3