Browse Source

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

master
carmie 14 years ago
parent
commit
0c137f989d
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      trac/htdocs/libcaca.css

+ 5
- 2
trac/htdocs/libcaca.css View File

@@ -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;


Loading…
Cancel
Save