aboutsummaryrefslogtreecommitdiffstats
path: root/data/ui/epiphany.css
blob: b3b9757e38ffc7be941cc6150acc18a2a14bf0b0 (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#ephy-status-frame {
  border-style: solid;
  border-width: 1px;
  padding: 4px;
}

#ephy-tab-close-button {
  -GtkButton-default-border: 0;
  -GtkButton-default-outside-border: 0;
  -GtkButton-inner-border: 0;
  -GtkWidget-focus-padding: 0;
  -GtkWidget-focus-line-width: 0;
  margin: 0;
  padding: 0;
}

.primary-toolbar.toolbar {
    padding-left: 0;
    padding-right: 0;
}

#ephy-progress-bar {
  -GtkProgressBar-xspacing: 0;
  -GtkProgressBar-yspacing: 3px;
  -GtkProgressBar-min-horizontal-bar-height: 3px;
  padding: 0;
}

.progressbar#ephy-progress-bar {
  border-style: none;
  background-color: @theme_selected_bg_color;
  background-image: none;
  border-radius: 0;
  -adwaita-progressbar-pattern: none;
}

GtkProgressBar#ephy-progress-bar.trough {
  padding: 0;
  border-image: none;
  border-style: none;
  border-width: 0;
  background-image: none;
  background-color: transparent;
  border-radius: 0;
}

#ephy-overlay {
  background-color: rgba(0,0,0,0);
}