CSS: Adjust colors for disabled pagination elements

refs #4337
This commit is contained in:
Florian Strohmaier 2021-04-22 16:36:12 +02:00 committed by Johannes Meyer
parent 6b91f8f223
commit c419efb3d0
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ input.search {
}
&.disabled {
color: @gray-light;
color: @disabled-gray;
cursor: no-drop;
}