1
0
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:
Horst3180 2015-07-27 12:24:28 +02:00
parent 12b1b291b0
commit 36d5a7730c
3 changed files with 9 additions and 3 deletions

View File

@ -2722,20 +2722,24 @@ StScrollBar StButton#vhandle:active {
.candidate-popup-content { .candidate-popup-content {
padding: 0.5em; padding: 0.5em;
spacing: 0.3em; spacing: 0.3em;
color: #A8ADB5;
font-size: 1.3em;
} }
.candidate-index { .candidate-index {
padding: 0 0.5em 0 0; padding: 0 0.5em 0 0;
color: #cccccc; color: #c4c7cc;
} }
.candidate-box { .candidate-box {
color: #A8ADB5;
padding: 0.3em 0.5em 0.3em 0.5em; padding: 0.3em 0.5em 0.3em 0.5em;
} }
.candidate-box:selected { .candidate-box:selected {
border-radius: 4px; border-radius: 4px;
background-color: rgba(255,255,255,0.2); background-color: #5294E2;
color: #ffffff;
} }
.candidate-box:hover { .candidate-box:hover {

View File

@ -1563,7 +1563,8 @@ StScrollBar {
.candidate-popup-content { .candidate-popup-content {
padding: 0.5em; padding: 0.5em;
spacing: 0.3em; spacing: 0.3em;
color: #A8ADB5; } color: #A8ADB5;
font-size: 1.3em; }
.candidate-index { .candidate-index {
padding: 0 0.5em 0 0; padding: 0 0.5em 0 0;

View File

@ -1904,6 +1904,7 @@ $legacy_icon_size: 24px;
padding: 0.5em; padding: 0.5em;
spacing: 0.3em; spacing: 0.3em;
color: $osd_fg_color; color: $osd_fg_color;
font-size: 1.3em;
} }
.candidate-index { .candidate-index {