fix border color

This commit is contained in:
John Mitchell
2019-02-12 09:05:22 -05:00
parent 680d153a14
commit c67088628f
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
.awx-pagination {
--awx-pagination--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
--awx-pagination--BorderColor: #d1d1d1;
--awx-pagination--BorderColor: #dbdbdb;
--awx-pagination--disabled-BackgroundColor: #f2f2f2;
--awx-pagination--disabled-Color: #C2C2CA;