# HG changeset patch # User Mads Kiilerich # Date 1470963888 -7200 # Node ID 3ef5534fc2d9580a928c893bce62d0b110a5fc77 # Parent 6c02cd3efdd6c1de39b8ff2af34b406780532ad8 css: disable unfortunate styling of disabled btn-danger - it would sometimes appear grey-in-grey Seen for "Delete" on the files page. diff -r 6c02cd3efdd6 -r 3ef5534fc2d9 kallithea/public/css/style.css --- 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; }