summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk/gtk-3.0/libhandy/_shared-base.scss
blob: 6fec1a0ad4e62ae55cfb87093fa207b6f7df15ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import 'definitions';

// HdyComboRow

popover.combo list {
  min-width: 200px;
}

window.csd.unified:not(.solid-csd) {
  // Since corners are masked, there's no need for round corners anymore
  headerbar {
    border-radius: 0;
  }
}

.windowhandle {
  &, & * {
    // This is the most reliable way to enable window dragging
    -GtkWidget-window-dragging: true;
  }
}