Removed unnecessary fix for paper theme

This commit is contained in:
Alex Tselegidis 2015-10-05 00:02:07 +02:00
parent 8a4b03cb0d
commit a8b8850b33
1 changed files with 2 additions and 9 deletions

View File

@ -1,10 +1,10 @@
/* ----------------------------------------------------------------------------
* 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
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
* @link http://easyappointments.org
* @since v1.0.0
* ---------------------------------------------------------------------------- */
@ -117,10 +117,3 @@ li.language:hover {
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.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;
}