Update BDFDB.raw.css
This commit is contained in:
parent
760f968ce6
commit
70b659d2b5
|
@ -486,10 +486,16 @@ img:not([src]), img[src=""], img[src="null"] {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_checkboxcontainer]:before {
|
[REPLACE_CLASS_settingstableheaders] {
|
||||||
display: none;
|
margin-right: 10px;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
[REPLACE_CLASS_settingstableheaderoptions] {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_settingstableheader] {
|
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_settingstableheader] {
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
}
|
}
|
||||||
|
@ -529,9 +535,8 @@ img:not([src]), img[src=""], img[src="null"] {
|
||||||
[REPLACE_CLASS_settingstablecard] [REPLACE_CLASS_settingstablecardconfigs] {
|
[REPLACE_CLASS_settingstablecard] [REPLACE_CLASS_settingstablecardconfigs] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS_settingstableheaders] {
|
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_checkboxcontainer]:before {
|
||||||
margin-right: 10px;
|
display: none;
|
||||||
margin-left: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[REPLACE_CLASS_popoutwrapper] [REPLACE_CLASS_messagespopouttabbarheader] {
|
[REPLACE_CLASS_popoutwrapper] [REPLACE_CLASS_messagespopouttabbarheader] {
|
||||||
|
|
Loading…
Reference in New Issue