mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell: make candidate popup more readable
This commit is contained in:
parent
12b1b291b0
commit
36d5a7730c
@ -2722,20 +2722,24 @@ StScrollBar StButton#vhandle:active {
|
||||
.candidate-popup-content {
|
||||
padding: 0.5em;
|
||||
spacing: 0.3em;
|
||||
color: #A8ADB5;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #cccccc;
|
||||
color: #c4c7cc;
|
||||
}
|
||||
|
||||
.candidate-box {
|
||||
color: #A8ADB5;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
}
|
||||
|
||||
.candidate-box:selected {
|
||||
border-radius: 4px;
|
||||
background-color: rgba(255,255,255,0.2);
|
||||
background-color: #5294E2;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.candidate-box:hover {
|
||||
|
@ -1563,7 +1563,8 @@ StScrollBar {
|
||||
.candidate-popup-content {
|
||||
padding: 0.5em;
|
||||
spacing: 0.3em;
|
||||
color: #A8ADB5; }
|
||||
color: #A8ADB5;
|
||||
font-size: 1.3em; }
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 0.5em 0 0;
|
||||
|
@ -1904,6 +1904,7 @@ $legacy_icon_size: 24px;
|
||||
padding: 0.5em;
|
||||
spacing: 0.3em;
|
||||
color: $osd_fg_color;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
|
Loading…
Reference in New Issue
Block a user