mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 00:42:20 +02:00
Categories > Upload a picture
- "browse" input = border #666, 1px, bg #222 (now, bg #FFFFcc) => CSS has been changed, but the result has not changed git-svn-id: http://piwigo.org/svn/branches/2.0@2925 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -271,6 +271,10 @@ input[type="text"], input[type="password"], input[type="button"], input[type="su
|
||||
background-color:#444;
|
||||
color:#999;
|
||||
} /* stupid Line but needed due to inpact on other themes and deadline of Piwigo 2.0 */
|
||||
input[type="file"] {
|
||||
background-color:#222;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
INPUT, select, textarea {
|
||||
color:#999;
|
||||
background-color:#444;
|
||||
|
||||
Reference in New Issue
Block a user