mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-22 03:16:34 +00:00
modified ui of button
This commit is contained in:
@@ -59,18 +59,19 @@ input, button { display:inline-block;/*for ie*/ }
|
|||||||
input[type=submit],
|
input[type=submit],
|
||||||
input[type=button],
|
input[type=button],
|
||||||
input.submit {
|
input.submit {
|
||||||
height:27px;/*for ff*/
|
height:auto;
|
||||||
line-height:1.5;
|
|
||||||
}
|
}
|
||||||
button,
|
button,
|
||||||
input[type=submit],
|
input[type=submit],
|
||||||
input[type=button],
|
input[type=button],
|
||||||
input.submit,
|
input.submit,
|
||||||
.fileinput-button {
|
.fileinput-button {
|
||||||
padding:3px;
|
padding:5px 6px;
|
||||||
background: #efefef;
|
background:-webkit-linear-gradient(top, #fafafb, #eeeeee);
|
||||||
border: 1px solid #ddd;
|
background:-moz-linear-gradient(top, #fafafb, #eeeeee);
|
||||||
border-radius: 3px;
|
background:linear-gradient(top, #fafafb, #eeeeee);
|
||||||
|
border: 1px solid #c5c5c5;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
overflow:visible;/*for ie 7*/
|
overflow:visible;/*for ie 7*/
|
||||||
@@ -100,7 +101,7 @@ input[type=button]:hover,
|
|||||||
button:hover,
|
button:hover,
|
||||||
.fileinput-button:hover {
|
.fileinput-button:hover {
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
background-color:#fff;
|
background:#fff;
|
||||||
}
|
}
|
||||||
input[type="file"] {
|
input[type="file"] {
|
||||||
border:none;
|
border:none;
|
||||||
@@ -969,8 +970,6 @@ textarea:-moz-placeholder {/* for FF */
|
|||||||
}
|
}
|
||||||
#right-panel .hd button {
|
#right-panel .hd button {
|
||||||
height:29px;
|
height:29px;
|
||||||
padding-left:5px;
|
|
||||||
padding-right:5px;
|
|
||||||
background:#fff;
|
background:#fff;
|
||||||
}
|
}
|
||||||
/* info-bar */
|
/* info-bar */
|
||||||
|
Reference in New Issue
Block a user