gnome-control-center/panels/display/display-arrangement.css
Carlos Garnacho e7e80efcbc display: Change appearance and size of monitor labels
Make these rounded everywhere, and have a lighter background and be
centered as per the latest mockups.

Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1850
2022-07-08 13:28:44 -03:00

33 lines
584 B
CSS

display-arrangement {
font-weight: bold;
font-size: larger;
}
display-arrangement.monitor {
border: solid 1px @borders;
margin: 0px 0px 1px 1px;
background: @theme_bg_color;
padding: 0.4em;
border-radius: 5px;
}
display-arrangement.monitor.primary {
border-top: 0.4em solid #000000;
}
display-arrangement.monitor-label {
border-radius: 50%;
min-width: 1.5em;
min-height: 1.5em;
color: #000;
background: #ddd;
}
label.monitor-label {
border-radius: 50%;
font-weight: bold;
min-width: 1.5em;
min-height: 1.5em;
color: #000;
background: #ddd;
}