Home column filters
This commit is contained in:
parent
1e9d2c4b1e
commit
312c51b5c8
16 changed files with 455 additions and 143 deletions
|
@ -649,4 +649,16 @@
|
|||
right: 8px !important;
|
||||
left: initial !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.setting-text {
|
||||
color: #9baec8;
|
||||
background: transparent;
|
||||
border: none;
|
||||
border-bottom: 2px solid #9baec8;
|
||||
|
||||
&:focus, &:active {
|
||||
color: #fff;
|
||||
border-bottom-color: #2b90d9;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue