mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix disabled controls, Fix disabled pagination
This commit is contained in:
@@ -195,6 +195,7 @@ pre {
|
||||
}
|
||||
|
||||
pre code {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background: none;
|
||||
color: inherit;
|
||||
display: block;
|
||||
@@ -1972,6 +1973,7 @@ input[type="submit"].button {
|
||||
.checkbox[disabled],
|
||||
.radio[disabled] {
|
||||
color: #7a7a7a;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.radio + .radio {
|
||||
@@ -4079,7 +4081,9 @@ a.nav-item.is-tab.is-active {
|
||||
.pagination-previous[disabled],
|
||||
.pagination-next[disabled],
|
||||
.pagination-link[disabled] {
|
||||
background: #dbdbdb;
|
||||
background-color: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
box-shadow: none;
|
||||
color: #7a7a7a;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user