easyappointments/src/assets/css/general.css

126 lines
3.1 KiB
CSS
Raw Normal View History

2015-07-20 22:41:24 +03:00
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler
*
* @package EasyAppointments
* @author A.Tselegidis <alextselegidis@gmail.com>
* @copyright Copyright (c) 2013 - 2015, Alex Tselegidis
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
* @link http://easyappointments.org
* @since v1.0.0
* ---------------------------------------------------------------------------- */
body .custom-qtip {
2015-07-27 23:08:51 +03:00
border: none;
border-radius: 0;
padding: 10px;
box-shadow: 1px 1px 3px #767676;
background: #EFFDF6;
font-size: 12px;
line-height: 20px;
color: #258D53;
}
body .ui-dialog .ui-dialog-titlebar-close {
display: none;
}
body .ui-draggable .ui-dialog-titlebar {
background: #3DD481;
color: #FFF;
2015-07-27 23:57:02 +03:00
font-size: 1.5em;
text-shadow: 1px 1px 0px #327451;
padding: 14px 10px;
border-bottom: 4px solid #1A865F;
margin-bottom: 10px;
}
body .ui-dialog {
padding: 0;
z-index: 2000;
}
body .ui-dialog .ui-dialog-buttonpane {
padding: .3em 1em .3em .4em;
border: none;
}
2015-07-27 23:51:35 +03:00
body .ui-datepicker {
border: 1px solid #EDEDED;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
body .ui-datepicker .ui-widget-header {
border: none;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
}
body .ui-datepicker td a,
body .ui-datepicker td span {
border-radius: 2px;
text-align: center !important;
box-sizing: border-box;
height: 32px;
}
body .ui-datepicker td a.ui-state-active {
background: #80E1AC url("images/ui-bg_flat_65_80e1ac_40x100.png") 50% 50% repeat-x !important;
color: #FFF !important;
font-weight: bold !important;
border-bottom: 2px solid #33C073 !important;
box-shadow: inset 0 0px 3px #FFF;
}
body .ui-datepicker td a.ui-state-highlight {
border: none;
color: #E29656;
}
.breaks tr:hover td {
background: #FFFFC2 !important;
}
.working-plan td {
vertical-align: middle;
}
.breaks td {
vertical-align: middle;
}
li.language:hover {
cursor: pointer;
color: #005580;
}
#select-language {
cursor: pointer;
display: inline-block;
padding: 4px 5px;
}
#language-list {
list-style: none;
padding-left: 0px;
}
/* JQUERY UI DATETIME PICKER ADDON
------------------------------------------------------------------------- */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
2015-08-13 21:33:47 +03:00
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
/* BOOTSTRAP THEME FIXES
------------------------------------------------------------------------- */
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
background-color: #E24C52;
}