mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 13:07:58 +00:00
Slightly modified icons in grid
This commit is contained in:
parent
990c1d3d00
commit
426b0b8468
@ -234,15 +234,15 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
td.has-toggle {
|
td.has-toggle {
|
||||||
width: 20px;
|
width: 1.5em;
|
||||||
}
|
}
|
||||||
td.has-icon {
|
td.has-icon {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 17px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
td.has-icon :global(svg) {
|
td.has-icon :global(svg) {
|
||||||
width: 13px;
|
width: 1em;
|
||||||
height: 13px;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
td .value {
|
td .value {
|
||||||
@ -254,14 +254,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
button.toggle {
|
button.toggle {
|
||||||
color: inherit;
|
margin: 2px 0 0 3px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
color: inherit;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
button.toggle :global(svg) {
|
button.toggle :global(svg) {
|
||||||
width: 13px;
|
width: 0.9em;
|
||||||
height: 13px;
|
height: 0.9em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user