2013-04-28 16:52:41 +02:00
|
|
|
/**
|
2013-11-11 20:10:28 +01:00
|
|
|
* EGroupware: CSS with less preprocessor
|
2013-04-28 16:52:41 +02:00
|
|
|
*
|
2013-11-11 20:10:28 +01:00
|
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
2013-04-28 16:52:41 +02:00
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
2013-11-11 20:10:28 +01:00
|
|
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
2013-04-28 16:52:41 +02:00
|
|
|
* @package preferences
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
2013-11-11 20:10:28 +01:00
|
|
|
#prefIndex {
|
|
|
|
background: red;
|
|
|
|
}
|
|
|
|
#divGenTime {
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
.prefAppBox {
|
|
|
|
float: left;
|
|
|
|
margin: 5px;
|
|
|
|
min-height: 12em;
|
|
|
|
padding-left: 5px;
|
|
|
|
width: 225px;
|
|
|
|
border-top: solid 1px #e4e7ea;
|
|
|
|
border-left: solid 1px #e4e7ea;
|
|
|
|
border-right: solid 1px #e4e7ea;
|
|
|
|
border-bottom: solid 1px #e4e7ea;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.prefAppBox h3 {
|
|
|
|
height: 32px;
|
|
|
|
padding-left: 50px;
|
|
|
|
padding-top: 10px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left;
|
|
|
|
background-size: 32px;
|
|
|
|
opacity: 0.5;
|
|
|
|
margin: 0;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.prefAppBox h3:hover {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
}
|
|
|
|
.prefAppBox ul {
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-top: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
.prefAppBox ul li {
|
|
|
|
padding: 0.5em 0 0.5em 0;
|
|
|
|
margin-left: -1em;
|
|
|
|
}
|
|
|
|
.prefAppBox ul li:hover {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
}
|
|
|
|
.prefAppBox ul li a {
|
|
|
|
text-decoration: none;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
#preferences-settings {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
#preferences-settings .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;
|
|
|
|
}
|
|
|
|
#preferences-settings .nextmatch_header #timesheet-index_timesheet-index-add button[id*="timesheet-index_add"]:before {
|
|
|
|
content: "+";
|
|
|
|
font-size: 2em;
|
|
|
|
color: #ffc200;
|
|
|
|
}
|
|
|
|
#preferences-settings .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;
|
|
|
|
}
|
|
|
|
#preferences-settings .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;
|
|
|
|
}
|
|
|
|
#preferences-settings .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;
|
|
|
|
}
|