use grey color for unsupported block

This commit is contained in:
Niels Lyngsø
2020-06-17 15:31:59 +02:00
parent e6e6d94b78
commit e0ae0c084b

View File

@@ -2,6 +2,7 @@
position: relative;
display: block;
box-sizing: border-box;
margin-bottom: 4px;
margin-top: 4px;
width: 100%;
@@ -18,8 +19,8 @@
min-height: 48px;
border-bottom: 1px solid @gray-9;
background-color: @ui-btn-negative;
color: @ui-btn-negative-type;
background-color: @gray-11;
color: @gray-6;
i {
font-size: 22px;
@@ -37,7 +38,7 @@
padding: 20px;
background-color: @red-washed;
background-color: @gray-11;
a {
text-decoration: underline;