button design; update db changlog
This commit is contained in:
@@ -33,6 +33,6 @@ date commit ID change
|
||||
2013-02-16 06d832c3 new table data_licenses
|
||||
added user.data_license
|
||||
2013-02-17 b7b51eab added user.email_problems
|
||||
2013-03-01 added caches.short2 und .short2_trans_id
|
||||
2013-03-03 added profile_options.optionset
|
||||
2013-03-04 new table helppages
|
||||
2013-03-01 c5057c88 added caches.short2 und .short2_trans_id
|
||||
2013-03-03 c5057c88 added profile_options.optionset
|
||||
2013-03-04 df313402 new table helppages
|
||||
|
||||
@@ -599,7 +599,7 @@ input.formbutton_header {
|
||||
background-color:#dbe6f1;
|
||||
color: #000000;
|
||||
padding:0;
|
||||
}
|
||||
}
|
||||
|
||||
input.formbutton {
|
||||
width:120px;
|
||||
@@ -610,28 +610,28 @@ input.formbutton {
|
||||
border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
input.formbutton:hover {
|
||||
background-color:#e5eef5;
|
||||
box-shadow: 0px 0px 2px #555;
|
||||
-moz-box-shadow: 0px 0px 2px #555;
|
||||
-webkit-box-shadow: 0px 0px 2px #555;
|
||||
}
|
||||
box-shadow: 0px 0px 1px #555;
|
||||
-moz-box-shadow: 0px 0px 1px #555;
|
||||
-webkit-box-shadow: 0px 0px 1px #555;
|
||||
}
|
||||
|
||||
input.formbutton_active {
|
||||
width:120px;
|
||||
border:1px solid #a0a0a0;
|
||||
border:1px solid #5f90bb;
|
||||
padding:1px 0px 1px 0;
|
||||
color: #000000;
|
||||
background-color:#ffe9c5;
|
||||
background-color:#e5eef5;
|
||||
border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
box-shadow: 0px 0px 2px #555;
|
||||
-moz-box-shadow: 0px 0px 2px #555;
|
||||
-webkit-box-shadow: 0px 0px 2px #555;
|
||||
}
|
||||
box-shadow: 0px 0px 1px #555;
|
||||
-moz-box-shadow: 0px 0px 1px #555;
|
||||
-webkit-box-shadow: 0px 0px 1px #555;
|
||||
}
|
||||
|
||||
.menuBar
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user