diff --git a/src/assets/css/general.css b/src/assets/css/general.css index 50cd5d41..859d4723 100644 --- a/src/assets/css/general.css +++ b/src/assets/css/general.css @@ -1,10 +1,10 @@ /* ---------------------------------------------------------------------------- * Easy!Appointments - Open Source Web Scheduler - * + * * @package EasyAppointments * @author A.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 * @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; -} \ No newline at end of file