[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Naparuba naparuba at gmail.com
Tue Feb 28 22:07:06 UTC 2012


The following commit has been merged in the debian/master branch:
commit 7bc80e650dec996efdcca4790b437166929ca51a
Author: Naparuba <naparuba at gmail.com>
Date:   Fri Nov 18 16:34:12 2011 +0100

    Add : an orange outline to see where the focus is on input.

diff --git a/shinken/webui/htdocs/css/layout.css b/shinken/webui/htdocs/css/layout.css
index e6abb75..5462c71 100644
--- a/shinken/webui/htdocs/css/layout.css
+++ b/shinken/webui/htdocs/css/layout.css
@@ -809,6 +809,10 @@ input, textarea {
     padding: 1%;
     width:98%;
 }
+input:focus{
+    outline : 1px solid orange;
+    outline-offset: 0px;
+}
 select {
     clear: both;
     font-size: 120%;

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list