From f9693d3a2bd5aaedf9ebdf5f9bda6ff438974578 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 27 Jun 2016 12:22:22 +0200 Subject: [PATCH] TMP: theme osd changes --- data/theme/gnome-shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 740ee9c38..d26c1f97c 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -562,6 +562,10 @@ StScrollBar { background-color: #eeeeec; border-radius: 0.3em; } +.pad-osd-window { + background-color: rgba(0, 0, 0, 0.8); +} + /* App Switcher */ .switcher-popup { padding: 8px;