changeset 6122:3ef5534fc2d9

css: disable unfortunate styling of disabled btn-danger - it would sometimes appear grey-in-grey Seen for "Delete" on the files page.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 12 Aug 2016 03:04:48 +0200
parents 6c02cd3efdd6
children 12919ffab34c
files kallithea/public/css/style.css
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Aug 12 03:04:48 2016 +0200
+++ b/kallithea/public/css/style.css	Fri Aug 12 03:04:48 2016 +0200
@@ -3417,12 +3417,6 @@
     color: #999;
 }
 
-.btn.btn-danger.disabled {
-    color: #eee;
-    background-color: #c77;
-    border-color: #b66
-}
-
 .btn.btn-small {
     padding: 2px 6px;
 }