diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-02-23 03:50:30 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-02-23 03:50:30 +0100 |
commit | 217a741fa05138e069b8c3418014e3639dd9a853 (patch) | |
tree | 05b8952a1f1450ab6265b2a05709f9c767faf0f8 /src | |
parent | 4dbf9b2dfa0e45947a62394123fc7993f048532e (diff) | |
download | kvision-217a741fa05138e069b8c3418014e3639dd9a853.tar.gz kvision-217a741fa05138e069b8c3418014e3639dd9a853.tar.bz2 kvision-217a741fa05138e069b8c3418014e3639dd9a853.zip |
Some minor css fixes.
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/css/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |