diff options
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 14 |
1 files changed, 13 insertions, 1 deletions
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; +} |