diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 560008711..a28f94f06 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 8050ab90b..48201b2ef 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;