mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-25 17:33:19 +03:00
Removed unnecessary fix for paper theme
This commit is contained in:
parent
8a4b03cb0d
commit
a8b8850b33
1 changed files with 2 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
* Easy!Appointments - Open Source Web Scheduler
|
* Easy!Appointments - Open Source Web Scheduler
|
||||||
*
|
*
|
||||||
* @package EasyAppointments
|
* @package EasyAppointments
|
||||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||||
* @copyright Copyright (c) 2013 - 2015, Alex Tselegidis
|
* @copyright Copyright (c) 2013 - 2015, Alex Tselegidis
|
||||||
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
|
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
|
||||||
* @link http://easyappointments.org
|
* @link http://easyappointments.org
|
||||||
* @since v1.0.0
|
* @since v1.0.0
|
||||||
* ---------------------------------------------------------------------------- */
|
* ---------------------------------------------------------------------------- */
|
||||||
|
@ -117,10 +117,3 @@ li.language:hover {
|
||||||
.ui-timepicker-rtl{ direction: rtl; }
|
.ui-timepicker-rtl{ direction: rtl; }
|
||||||
.ui-timepicker-rtl dl { text-align: right; }
|
.ui-timepicker-rtl dl { text-align: right; }
|
||||||
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
|
.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;
|
|
||||||
}
|
|
Loading…
Reference in a new issue