mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 02:21:28 +01:00
159 lines
4.8 KiB
CSS
159 lines
4.8 KiB
CSS
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
*
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
* @package timesheet
|
|
* @version $Id$
|
|
*/
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button[id*="timesheet-index_add"] {
|
|
background-color: #0b5fa4;
|
|
color: #FFF;
|
|
text-shadow: none;
|
|
height: 35px;
|
|
background-image: none !important;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 20px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 20px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 20px;
|
|
}
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button[id*="timesheet-index_add"]:before {
|
|
content: "+";
|
|
font-size: 2em;
|
|
color: #ffc200;
|
|
}
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button[id*="timesheet-index_add"]:before {
|
|
content: "+";
|
|
font-size: 2em;
|
|
color: #ffc200;
|
|
}
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button[id*="timesheet-index_add"]:hover {
|
|
background-color: #66a1d2 !important;
|
|
color: #ffc200;
|
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 20px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 20px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 20px;
|
|
}
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button[id*="timesheet-index_add"]:hover {
|
|
background-color: #66a1d2 !important;
|
|
color: #ffc200;
|
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 20px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 20px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 20px;
|
|
}
|
|
#timesheet-index .nextmatch_header div.filters {
|
|
padding: 0 0 0 1em;
|
|
background-color: #f0f0f0;
|
|
margin-bottom: 3px;
|
|
margin: 0em;
|
|
border-width: 0 0 1px 0;
|
|
border-color: #d9d9d9;
|
|
background-image: none;
|
|
}
|
|
#timesheet-index .nextmatch_header button[id*="timesheet-index_favorite"] img {
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
#timesheet-edit {
|
|
width: 910px;
|
|
height: 580px;
|
|
-webkit-border-top-right-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-webkit-border-top-left-radius: 25px;
|
|
-moz-border-radius-topright: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
-moz-border-radius-topleft: 25px;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 25px;
|
|
-moz-background-clip: padding-box;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
background-color: #fafafa;
|
|
border-color: #0c5da5;
|
|
border: 5px solid #679fd2;
|
|
padding: 1em;
|
|
margin: 5px 0 0 5px;
|
|
}
|
|
#timesheet-edit div:not([class]) {
|
|
width: 840px;
|
|
height: auto !important;
|
|
}
|
|
#timesheet-edit #timesheet-edit_ts_owner {
|
|
font-size: 1em;
|
|
}
|
|
#timesheet-edit select#timesheet-edit_pm_id {
|
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
width: auto;
|
|
margin: 0.5em 0em 0.5em 0.5em;
|
|
padding: 3px;
|
|
outline: none;
|
|
display: inline-block;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
cursor: pointer;
|
|
width: 80%;
|
|
}
|
|
#timesheet-edit input#timesheet-edit_ts_project {
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-color: #bfbfbf;
|
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
width: auto;
|
|
margin: 0.5em 0em 0.5em 0;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
width: 80%;
|
|
}
|
|
#timesheet-edit select#timesheet-edit_pl_id {
|
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
width: auto;
|
|
margin: 0.5em 0em 0.5em 0.5em;
|
|
padding: 3px;
|
|
outline: none;
|
|
display: inline-block;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
cursor: pointer;
|
|
}
|
|
#timesheet-edit input#timesheet-edit_ts_unitprice {
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-color: #bfbfbf;
|
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
width: auto;
|
|
margin: 0.5em 0em 0.5em 0;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|