Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/fu/source/input.css
diff options
context:
space:
mode:
authorLionel LASKE <llaske@c2s.fr>2012-08-25 20:23:36 (GMT)
committer Lionel LASKE <llaske@c2s.fr>2012-08-25 20:23:36 (GMT)
commitca3ad6305ec0655ad8475a12ac2228b61cdd9ba0 (patch)
tree7ef2b853640f99807fba7fd3f2a28bda81727297 /html/lib/fu/source/input.css
Init commit
Diffstat (limited to 'html/lib/fu/source/input.css')
-rw-r--r--html/lib/fu/source/input.css30
1 files changed, 30 insertions, 0 deletions
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