|
|
|
@ -26,7 +26,7 @@ BUTTONS
@@ -26,7 +26,7 @@ BUTTONS
|
|
|
|
|
color: currentColor; |
|
|
|
|
border-width: 2px; |
|
|
|
|
border-color: transparent; |
|
|
|
|
border-radius: 0.15rem; |
|
|
|
|
border-radius: var(--theme-rounded-corners); |
|
|
|
|
background-color: rgba(0, 0, 0, 0.1); |
|
|
|
|
&:hover, |
|
|
|
|
&:focus { |
|
|
|
@ -195,3 +195,18 @@ DROPDOWN
@@ -195,3 +195,18 @@ DROPDOWN
|
|
|
|
|
.ant-modal-close:hover { |
|
|
|
|
color: var(--theme-color-components-modal-header-text); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { |
|
|
|
|
background-color: unset; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
td.ant-table-column-sort, |
|
|
|
|
.ant-table-thead th.ant-table-column-sort { |
|
|
|
|
background-color: unset; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
th { |
|
|
|
|
color: var(--theme-color-components-modal-header-text); |
|
|
|
|
font-family: var(--theme-text-display-font-family); |
|
|
|
|
font-weight: 700 !important; |
|
|
|
|
} |
|
|
|
|