mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
timesheet:
button add: border-left-top: change color button - add:hover to green
This commit is contained in:
parent
ed6d15098a
commit
69769ab677
@ -32,8 +32,7 @@
|
||||
text-shadow: none;
|
||||
height: 24px;
|
||||
/* height: auto;*/
|
||||
background-image: none !important;
|
||||
/*.border_radius_button_lefttop;*/
|
||||
background-image: none;
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 10px;
|
||||
-moz-border-radius: 3px;
|
||||
@ -64,12 +63,18 @@
|
||||
}
|
||||
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add {
|
||||
width: 32px;
|
||||
border: 1px solid #0C5DA5;
|
||||
/*border: 1px solid #0C5DA5;*/
|
||||
margin: 6px 2px;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||
padding: -0.5em;
|
||||
background-color: #e6e6e6 !important;
|
||||
background-size: 16px 16px;
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 10px;
|
||||
-moz-border-radius: 3px;
|
||||
-moz-border-radius-topleft: 10px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 10px;
|
||||
height: 24px;
|
||||
}
|
||||
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:before {
|
||||
@ -84,7 +89,7 @@
|
||||
background-color: #1aa200;
|
||||
}
|
||||
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:hover {
|
||||
background-color: #66a1d2 !important;
|
||||
background-color: #189800 !important;
|
||||
color: #ffc200;
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
|
@ -19,7 +19,6 @@
|
||||
// iframe
|
||||
|
||||
|
||||
|
||||
#timesheet-index {
|
||||
|
||||
// Favoriten
|
||||
|
Loading…
Reference in New Issue
Block a user