mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
theme: use box-shadow
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
visualizers.selection {
|
visualizers.selection {
|
||||||
background: none;
|
background: none;
|
||||||
background-color: alpha(@theme_selected_bg_color, 0.35);
|
background-color: alpha(@theme_selected_bg_color, 0.35);
|
||||||
border: 1px solid @theme_selected_bg_color;
|
box-shadow: 0 0 0 1px @theme_selected_bg_color inset;
|
||||||
}
|
}
|
||||||
visualizers.selection:backdrop {
|
visualizers.selection:backdrop {
|
||||||
background: none;
|
background: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user