From ca3ad6305ec0655ad8475a12ac2228b61cdd9ba0 Mon Sep 17 00:00:00 2001 From: Lionel LASKE Date: Sat, 25 Aug 2012 20:23:36 +0000 Subject: Init commit --- (limited to 'html/lib/fu/source/input.css') diff --git a/html/lib/fu/source/input.css b/html/lib/fu/source/input.css new file mode 100644 index 0000000..c04e49d --- /dev/null +++ b/html/lib/fu/source/input.css @@ -0,0 +1,30 @@ +/*.theme-fu input:focus,*/ +.theme-fu .input:focus, +.theme-fu .input.focus { + outline: none; +} + +/*.theme-fu input,*/ +.theme-fu .input { + padding: 0.6em; + border: 0; + border-radius: 6px; + /**/ + -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5); + -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5); + box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5); +} + +/* +.theme-fu .input:enabled:hover, .theme-fu .input:hover { + background-color: #C0C0C0; +} + +.theme-fu active, .theme-fu .input:enabled:active, theme-fu .input:active { + top: 1px; + left: 1px; + -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); + -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); + box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); +} +*/ \ No newline at end of file -- cgit v0.9.1