1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 06:48:04 +00:00

UI improvements

This commit is contained in:
2023-12-22 13:30:03 +01:00
parent db5a526e07
commit d1b1c7daa5
10 changed files with 80 additions and 82 deletions

View File

@ -226,12 +226,11 @@
cursor: pointer;
}
tr.selectable.selected td {
background-color: #00008b !important;
color: #fff;
background-color: var(--selection) !important;
}
td {
padding: 2px;
padding: 4px 2px;
text-overflow: ellipsis;
}
td.has-toggle {
@ -247,7 +246,7 @@
}
td .value {
height: 15px;
height: 1.2em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;