summaryrefslogtreecommitdiffstats
path: root/gedit/resources/css/gedit-style.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
commitba429d344132c088177e853cce8ff7181570b221 (patch)
tree87ebf15269b4301737abd1735baabba71be93622 /gedit/resources/css/gedit-style.css
parentInitial commit. (diff)
downloadgedit-upstream.tar.xz
gedit-upstream.zip
Adding upstream version 44.2.upstream/44.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gedit/resources/css/gedit-style.css')
-rw-r--r--gedit/resources/css/gedit-style.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/gedit/resources/css/gedit-style.css b/gedit/resources/css/gedit-style.css
new file mode 100644
index 0000000..eb43a82
--- /dev/null
+++ b/gedit/resources/css/gedit-style.css
@@ -0,0 +1,31 @@
+.gedit-side-panel-paned.pane-separator:dir(ltr),
+.gedit-side-panel-paned.pane-separator:hover:dir(ltr) {
+ border-radius: 0;
+ border-width: 0 1px 0 0;
+}
+
+.gedit-side-panel-paned.pane-separator:dir(rtl),
+.gedit-side-panel-paned.pane-separator:hover:dir(rtl) {
+ border-radius: 0;
+ border-width: 0 0 0 1px;
+}
+
+.gedit-menu-stack-switcher {
+ padding: 12px;
+}
+
+statusbar frame {
+ border: none;
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+statusbar button.flat {
+ border-radius: 0;
+ border-bottom: none;
+}
+
+GeditFileBrowserWidget .small-button {
+ padding: 2px 4px;
+}
+