fix: 안보이는 with_skin 버튼 색 부활

This commit is contained in:
2022-05-13 23:01:53 +09:00
parent 4f40fa7813
commit 1a9010ac06
+15 -4
View File
@@ -81,23 +81,34 @@ a.just_link {
button.with_skin { button.with_skin {
padding: 0 4px; padding: 0 4px;
background-color: black; background-color: #191919;
color: white; color: white;
font-size: 14px; font-size: 14px;
border-top-color: gray;
border-left-color: gray;
border-right-color: black;
border-bottom-color: black;
} }
button.with_skin:disabled { button.with_skin:disabled {
background-color: #333333; background-color: #333;
} }
input.with_skin { input.with_skin {
background-color: black; background-color: #191919;
color: white; color: white;
font-size: 14px; font-size: 14px;
} }
input.with_skin[type=button], input.with_skin[type=submit]{
border-top-color: gray;
border-left-color: gray;
border-right-color: black;
border-bottom-color: black;
}
input.with_skin:disabled { input.with_skin:disabled {
background-color: #333333; background-color: #333;
} }
.font0 { .font0 {