add rounded borders for chrome/IE9 on install.php buttons and input fields
git-svn-id: http://piwigo.org/svn/trunk@12028 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
c631612c1f
commit
ee7768f536
1 changed files with 4 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ input[type="submit"], input[type="button"], a.bigButton {
|
|||
color:#fff;
|
||||
padding:5px;
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
input[type="submit"]:hover, input[type="button"]:hover, a.bigButton:hover {
|
||||
|
|
@ -140,6 +142,8 @@ input[type="text"], input[type="password"], select {
|
|||
background-color:#ddd;
|
||||
border:2px solid #ccc;
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue