From 0f7ab3dc0ed5cfddfc3002992f0525756b6b670e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:02:09 +0200 Subject: Adding upstream version 3.46.8. Signed-off-by: Daniel Baumann --- src/terminal.common.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/terminal.common.css (limited to 'src/terminal.common.css') diff --git a/src/terminal.common.css b/src/terminal.common.css new file mode 100644 index 0000000..4c57726 --- /dev/null +++ b/src/terminal.common.css @@ -0,0 +1,22 @@ +/* Generic theme-independent CSS file */ + +terminal-window scrolledwindow undershoot.top, +terminal-window scrolledwindow undershoot.bottom, +terminal-window scrolledwindow overshoot.top, +terminal-window scrolledwindow overshoot.bottom +{ + background: none; +} + +popover button.model +{ + padding-left: 16px; + padding-right: 16px; +} + +.disclosure-button +{ + padding-left: 4px; + padding-right: 4px; + min-width: 0; +} -- cgit v1.2.3