diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 5600087119..a28f94f064 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3339,10 +3339,10 @@ button.close { cursor: default; } -.pagination > .disabled span, -.pagination > .disabled a, -.pagination > .disabled a:hover, -.pagination > .disabled a:focus { +.pagination > .disabled > span, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { color: #999999; cursor: default; background-color: #ffffff; diff --git a/less/pagination.less b/less/pagination.less index 8050ab90b1..48201b2ef2 100644 --- a/less/pagination.less +++ b/less/pagination.less @@ -34,10 +34,10 @@ } > .disabled { - span, - a, - a:hover, - a:focus { + > span, + > a, + > a:hover, + > a:focus { color: @gray-light; background-color: @pagination-bg; cursor: default;