mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
restyled all buttons, feedback is very welcome
This commit is contained in:
parent
6b182d0e6d
commit
a5f83f44ed
@ -94,13 +94,31 @@ input,button,select
|
|||||||
|
|
||||||
input[type=submit],input[type=button],input[type=reset],button
|
input[type=submit],input[type=button],input[type=reset],button
|
||||||
{
|
{
|
||||||
border: outset 1px #bbbbbb;
|
/* color:white;*/
|
||||||
|
background-color:#c5c5c5;
|
||||||
|
border: outset 1px #dcdad5;
|
||||||
|
background-color:#b9d5e3;
|
||||||
|
border: outset 1px #b9d5e3;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: #004e7d;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover
|
||||||
|
{
|
||||||
|
background-color:#94bfd4;
|
||||||
|
border: outset 1px #b9d5e3;
|
||||||
|
color: #006699;
|
||||||
|
color: #004e7d;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active
|
||||||
|
{
|
||||||
|
border: inset 1px #bbbbbb;
|
||||||
|
}
|
||||||
|
|
||||||
input[type=image]
|
input[type=image]
|
||||||
{
|
{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user