reuse configured colors for admin panel profiling table
parent
63c1f7f78d
commit
b5b0318ebf
|
@ -170,7 +170,8 @@
|
|||
table#cp-performance-table {
|
||||
td, th {
|
||||
padding: 5px;
|
||||
border: 1px solid #222;
|
||||
color: @cryptpad_text_col;
|
||||
border: 1px solid @cryptpad_text_col;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue