aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-12-02 10:04:40 +0100
committerRobert Jaros <rjaros@finn.pl>2019-12-02 10:04:40 +0100
commit919d4e62b8e464e4babd76f6fd13c944daee3af6 (patch)
treea869f062e65c9bec7b33dca4ebc59db8857e709b /src/main
parent1cb9cc8ff1378171280f07f8143145d78e61dab4 (diff)
downloadkvision-919d4e62b8e464e4babd76f6fd13c944daee3af6.tar.gz
kvision-919d4e62b8e464e4babd76f6fd13c944daee3af6.tar.bz2
kvision-919d4e62b8e464e4babd76f6fd13c944daee3af6.zip
Fix keyboard and focus handling for UploadInput component
Diffstat (limited to 'src/main')
-rw-r--r--src/main/resources/css/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/css/style.css b/src/main/resources/css/style.css
index 4adc61c0..a6035b1d 100644
--- a/src/main/resources/css/style.css
+++ b/src/main/resources/css/style.css
@@ -387,3 +387,13 @@ select.form-control, .tabulator-row .tabulator-cell.tabulator-editing select {
border-radius: 0 4px 4px 0;
margin-right: 0;
}
+
+.kv-focus {
+ border-radius: 0.25rem;
+ outline-width: 0px;
+ box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
+}
+
+.kv-focus .kv-fileinput-caption {
+ border-color: #80bdff;
+}