Attempt to fix button color hell (barely)

This commit is contained in:
Kristóf Tóth 2018-06-15 11:43:08 +02:00
parent bc459afd2a
commit 2b4b09f60b

View File

@ -24,8 +24,8 @@
}
.tfw-tab-btn {
background-color: white;
border: 1px solid $tao-plum-900;
background-color: gray;
color: $tao-gray-600;
border-left: 0;
border-right: 0;
border-radius: 100px;
@ -36,7 +36,7 @@
.active,
.disabled,
&:disabled {
background-color: $tao-plum-100;
background-color: white;
font-weight: bolder;
color: black;
border: 0;