mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Remove the semi-colon and rebuild
This commit is contained in:
4
css/bulma.css
vendored
4
css/bulma.css
vendored
@@ -776,6 +776,7 @@ table th {
|
||||
.input[disabled], [disabled].textarea, .input[disabled]:hover, [disabled].textarea:hover {
|
||||
background: #f5f7fa;
|
||||
border-color: #d3d6db;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input[disabled]:hover::-moz-placeholder, [disabled].textarea:hover::-moz-placeholder {
|
||||
@@ -936,6 +937,7 @@ table th {
|
||||
.checkbox input[disabled], .menu-checkbox input[disabled], .radio input[disabled], .checkbox input[disabled]:hover, .menu-checkbox input[disabled]:hover, .radio input[disabled]:hover {
|
||||
background: #f5f7fa;
|
||||
border-color: #d3d6db;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.checkbox input[disabled]::-moz-placeholder, .menu-checkbox input[disabled]::-moz-placeholder, .radio input[disabled]::-moz-placeholder, .checkbox input[disabled]:hover::-moz-placeholder, .menu-checkbox input[disabled]:hover::-moz-placeholder, .radio input[disabled]:hover::-moz-placeholder {
|
||||
@@ -1089,6 +1091,7 @@ table th {
|
||||
.select select[disabled], .select select[disabled]:hover {
|
||||
background: #f5f7fa;
|
||||
border-color: #d3d6db;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.select select[disabled]::-moz-placeholder, .select select[disabled]:hover::-moz-placeholder {
|
||||
@@ -1324,6 +1327,7 @@ table th {
|
||||
.button[disabled], .button[disabled]:hover {
|
||||
background: #f5f7fa;
|
||||
border-color: #d3d6db;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.button[disabled]::-moz-placeholder, .button[disabled]:hover::-moz-placeholder {
|
||||
|
||||
Reference in New Issue
Block a user