From f9d480cfe50ca1d7a0f0b5a2b8bb9932962bfbe7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 17:07:22 +0200 Subject: Adding upstream version 3.38.6. Signed-off-by: Daniel Baumann --- .../gnome-shell-sass/widgets/_ibus-popup.scss | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 data/theme/gnome-shell-sass/widgets/_ibus-popup.scss (limited to 'data/theme/gnome-shell-sass/widgets/_ibus-popup.scss') diff --git a/data/theme/gnome-shell-sass/widgets/_ibus-popup.scss b/data/theme/gnome-shell-sass/widgets/_ibus-popup.scss new file mode 100644 index 0000000..eead703 --- /dev/null +++ b/data/theme/gnome-shell-sass/widgets/_ibus-popup.scss @@ -0,0 +1,35 @@ +// IBus Candidate Popup + +.candidate-popup-boxpointer { + @extend .popup-menu-boxpointer; +} + +.candidate-popup-content { + padding: 0.5em; + spacing: 0.3em; +} + +.candidate-index { + padding: 0 0.5em 0 0; + color: darken($fg_color,10%); +} + +.candidate-box { + padding: 0.3em 0.5em 0.3em 0.5em; + border-radius: $base_border_radius; + &:selected,&:hover { background-color: $selected_bg_color; color: $selected_fg_color; } +} + +.candidate-page-button-box { + height: 2em; + .vertical & { padding-top: 0.5em; } + .horizontal & { padding-left: 0.5em; } +} + +.candidate-page-button { + padding: 4px; +} + +.candidate-page-button-previous { border-radius: $base_border_radius 0px 0px $base_border_radius; border-right-width: 0; } +.candidate-page-button-next { border-radius: 0px $base_border_radius $base_border_radius 0px; } +.candidate-page-button-icon { icon-size: 1em; } \ No newline at end of file -- cgit v1.2.3