Переглянути джерело

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

master
carmie 14 роки тому
джерело
коміт
e58f0e289d
1 змінених файлів з 6 додано та 6 видалено
  1. +6
    -6
      trac/htdocs/libcaca.css

+ 6
- 6
trac/htdocs/libcaca.css Переглянути файл

@@ -430,12 +430,6 @@ form #comment {
#delete, #save {
padding-left: 0;
}
#save {
background: #669900;
}
#delete {
background: rgba(240, 215, 215);
}
input[type="button"],
input[type="submit"],
input[type="reset"],
@@ -457,6 +451,12 @@ input[type="reset"]:hover,
border: 1px solid #674e4e;
color: #fff;
}
input[type="button"]#save {
background: #669900;
}
input[type="button"]#delete {
background: rgba(240, 215, 215);
}
#attachments input[type="button"],
#attachments input[type="submit"],
#attachments input[type="reset"],


Завантаження…
Відмінити
Зберегти