From 217a741fa05138e069b8c3418014e3639dd9a853 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 23 Feb 2019 03:50:30 +0100 Subject: Some minor css fixes. --- src/main/resources/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/css/style.css b/src/main/resources/css/style.css index 2435d188..472e4b5d 100644 --- a/src/main/resources/css/style.css +++ b/src/main/resources/css/style.css @@ -132,6 +132,10 @@ trix-toolbar .trix-button-group { white-space: nowrap; } +.modal-title { + font-size: 18px; +} + ul.dropdown-menu li a { cursor: pointer; } @@ -144,3 +148,11 @@ ul.dropdown-menu li a { .kv-preview-thumb .btn, .kv-zoom-actions .btn, .file-zoom-dialog .floating-buttons .btn { padding: 5px 8px; } + +.file-drop-zone.clickable:hover { + border: 1px dashed #999; +} + +.file-drop-zone.clickable:focus { + border: 1px solid #5acde2; +} -- cgit