Explorar el Código

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4554 92316355-f0b4-4df1-b90c-862c8a59935f

master
carmie hace 15 años
padre
commit
0c137f989d
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. +5
    -2
      trac/htdocs/libcaca.css

+ 5
- 2
trac/htdocs/libcaca.css Ver fichero

@@ -293,9 +293,11 @@ img.matrix {


/* == FORMS == */ /* == FORMS == */


/* === BUTTONS === */
input[type="button"], input[type="button"],
input[type="submit"], input[type="submit"],
input[type="reset"] {
input[type="reset"],
.controls a {
background: #674e4e; background: #674e4e;
color: #fff; color: #fff;
border: 1px solid #2C1F1C; border: 1px solid #2C1F1C;
@@ -305,7 +307,8 @@ input[type="reset"] {
} }
input[type="button"]:hover, input[type="button"]:hover,
input[type="submit"]:hover, input[type="submit"]:hover,
input[type="reset"]:hover {
input[type="reset"]:hover,
.controls a:hover {
background: #2C1F1C; background: #2C1F1C;
border: 1px solid #674e4e; border: 1px solid #674e4e;
color: #fff; color: #fff;


Cargando…
Cancelar
Guardar