projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f9802f
)
Add forgotten input[type=password] style for the cappuccino theme
author
ioguix
<ioguix@free.fr>
Sun, 1 Aug 2010 11:18:29 +0000
(13:18 +0200)
committer
ioguix
<ioguix@free.fr>
Sun, 1 Aug 2010 11:18:29 +0000
(13:18 +0200)
themes/cappuccino/global.css
patch
|
blob
|
blame
|
history
diff --git
a/themes/cappuccino/global.css
b/themes/cappuccino/global.css
index 061c2492c4a1ba7e794cb572468d896dc1628e41..946385e57cf6a1e16b5de8be40afa8d852daaa86 100644
(file)
--- a/
themes/cappuccino/global.css
+++ b/
themes/cappuccino/global.css
@@
-74,7
+74,7
@@
a:hover {
text-decoration: underline;
}
-input[type=checkbox], input[type=text], input[type=radio] {
+input[type=checkbox], input[type=
password], input[type=
text], input[type=radio] {
background: #ded4b3;
border: 1px solid #887f5c;
}