1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

fix border color

This commit is contained in:
John Mitchell 2019-02-12 09:05:22 -05:00
parent 680d153a14
commit c67088628f
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
.awx-toolbar { .awx-toolbar {
--awx-toolbar--BackgroundColor: var(--pf-global--BackgroundColor--light-100); --awx-toolbar--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
--awx-toolbar--BorderColor: #d1d1d1; --awx-toolbar--BorderColor: #ebebeb;
--awx-toolbar--BorderWidth: var(--pf-global--BorderWidth--sm); --awx-toolbar--BorderWidth: var(--pf-global--BorderWidth--sm);
border-bottom: var(--awx-toolbar--BorderWidth) solid var(--awx-toolbar--BorderColor); border-bottom: var(--awx-toolbar--BorderWidth) solid var(--awx-toolbar--BorderColor);

View File

@ -19,8 +19,8 @@ import Pagination from '../Pagination';
const paginationStyling = { const paginationStyling = {
paddingLeft: '0', paddingLeft: '0',
justifyContent: 'flex-end', justifyContent: 'flex-end',
borderRight: '1px solid #d1d1d1', borderRight: '1px solid #ebebeb',
borderBottom: '1px solid #d1d1d1', borderBottom: '1px solid #ebebeb',
borderTop: '0' borderTop: '0'
}; };

View File

@ -1,6 +1,6 @@
.awx-pagination { .awx-pagination {
--awx-pagination--BackgroundColor: var(--pf-global--BackgroundColor--light-100); --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-BackgroundColor: #f2f2f2;
--awx-pagination--disabled-Color: #C2C2CA; --awx-pagination--disabled-Color: #C2C2CA;

View File

@ -1,6 +1,6 @@
.awx-selectedList { .awx-selectedList {
--awx-selectedList--BackgroundColor: var(--pf-global--BackgroundColor--light-100); --awx-selectedList--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
--awx-selectedList--BorderColor: #d1d1d1; --awx-selectedList--BorderColor: #ebebeb;
--awx-selectedList--BorderWidth: var(--pf-global--BorderWidth--sm); --awx-selectedList--BorderWidth: var(--pf-global--BorderWidth--sm);
--awx-selectedList--FontSize: var(--pf-c-chip__text--FontSize); --awx-selectedList--FontSize: var(--pf-c-chip__text--FontSize);