changeset 1574:9b3ad917e868

dark scheme: inset shadow for focused input field
author hertzhaft
date Mon, 07 Nov 2016 12:33:58 +0100
parents 453f6c3b31af
children 224359d77817
files webapp/src/main/webapp/jquery/jquery.digilib-dark.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib-dark.css	Mon Nov 07 02:22:21 2016 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib-dark.css	Mon Nov 07 12:33:58 2016 +0100
@@ -530,6 +530,6 @@
 input[type=text]:focus, #dl-calibrationInput:focus {
   background-color: darkgray;
   color: black;
-  box-shadow: 0px 0px 5px 3px rgba(100,100,100,0.4);
+  box-shadow: inset 1px 1px 2px 2px rgba(100,100,100,0.3);
 }