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

@ -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;
}