Ed Tanous | 7d6b44c | 2024-03-23 14:56:34 -0700 | [diff] [blame^] | 1 | @import 'bootstrap/dist/css/bootstrap.css'; |
| 2 | |
SurenNeware | dc618a8 | 2020-08-17 18:42:20 +0530 | [diff] [blame] | 3 | // Make calendar visible over the table |
| 4 | .dropdown-menu { |
Ed Tanous | 7d6b44c | 2024-03-23 14:56:34 -0700 | [diff] [blame^] | 5 | //z-index: $zindex-dropdown + 1; |
SurenNeware | dc618a8 | 2020-08-17 18:42:20 +0530 | [diff] [blame] | 6 | padding: 0; |
| 7 | } |
Yoshie Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame] | 8 | .dropdown-item { |
Sandeepa Singh | 3aecc07 | 2021-06-07 17:26:31 +0530 | [diff] [blame] | 9 | padding-left: $spacer/4; |
| 10 | margin-top: -1 * $spacer/4; |
Yoshie Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame] | 11 | } |
Yoshie Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame] | 12 | .b-dropdown-form { |
| 13 | padding: $spacer/2; |
| 14 | .form-group { |
| 15 | margin-bottom: $spacer/2; |
| 16 | } |
| 17 | } |
SurenNeware | dc618a8 | 2020-08-17 18:42:20 +0530 | [diff] [blame] | 18 | // Table filter dropdown clear button style |
Yoshie Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame] | 19 | .table-filter { |
SurenNeware | dc618a8 | 2020-08-17 18:42:20 +0530 | [diff] [blame] | 20 | .dropdown-item { |
| 21 | &:hover { |
| 22 | background-color: gray("200"); |
| 23 | } |
| 24 | &:active { |
| 25 | background-color: gray("300"); |
| 26 | } |
| 27 | &:focus { |
| 28 | outline: none; |
| 29 | background-color: transparent; |
| 30 | box-shadow: inset 0 0 0 2px theme-color("primary"); |
SurenNeware | b46e535 | 2020-08-26 16:59:23 +0530 | [diff] [blame] | 31 | } |
Yoshie Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame] | 32 | } |
| 33 | } |