summaryrefslogtreecommitdiffstats
path: root/gedit/resources/css/gedit-style.css
blob: eb43a82335ceb34dfc1ce43bd5d52fbea26c4eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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;
}