diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-30 22:51:35 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-30 22:51:35 +0000 |
commit | c586d4ff63e1d5128de2b71e18d6d1aa8c796bed (patch) | |
tree | 47beeabfe0ff896ffd63dabe0c71c0724e6e6830 /template/default | |
parent | 4d5648607cd8be4414f2d7793b7908a1a7e85955 (diff) |
return to simple style for input and textarea
git-svn-id: http://piwigo.org/svn/branches/release-1_3@337 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default')
-rw-r--r-- | template/default/default.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/default/default.css b/template/default/default.css index 09eaa7b14..8c7e447f9 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -93,9 +93,7 @@ table, input { background:lightgray; } textarea,input { - border-color:gray; - background-color:lightgray; - color:#000000; + color:black; } table { border-collapse:collapse; |