]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/static/css/style.css
fancy fields y bg color para el elemento focuseado
[z.facultad/75.52/sercom.git] / sercom / static / css / style.css
index c0cf03f3679e4b97c582bda0b835b0979a6c2e9f..7ef12395ef929139596565f1fd821879100fcfb1 100644 (file)
@@ -173,3 +173,11 @@ table.list td {
        padding-bottom: 5px;
 }
 
+.tableform input, textarea {
+       border: 1px solid black;
+}
+
+.tableform input:focus, select:focus, textarea:focus {
+       background: #fec;
+}
+