~ubuntu-branches/ubuntu/trusty/epiphany-browser/trusty

« back to all changes in this revision

Viewing changes to src/resources/epiphany.css

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-05-17 23:20:42 UTC
  • mfrom: (1.6.11) (98.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20120517232042-qkdp2sqfbgwteakm
Tags: 3.5.1-0ubuntu1
* Resynchronize on Debian, remaining diffs:
* New upstream unstable release.
* debian/control.in:
  - Bump minimum intltool to 0.50
* debian/epiphany-browser-data.gsettings-override:
  - Set search client to Ubuntu
* debian/epiphany-browser-data.install:
  - The developers no longer provide help files to install since they were
    too outdated
* debian/patches/07_bookmarks.patch:
  - Add Ubuntu-specific default bookmarks, borrowed from Firefox
* debian/patches/81_ubuntu_force_update_bookmarks_menu.patch:
  - update the bookmarks menu every time the internal structure
    is changed (needed for the indicator application menu to work correctly).
* Dropped upstream patches:
  - 01_email-as-user-for-password-remembering.patch
  - 13_toolbar_size_fixes.patch
* debian/watch: Watch for unstable releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ephy-status-frame {
 
2
  border-style: solid;
 
3
  border-width: 1px;
 
4
  padding: 4px;
 
5
}
 
6
 
 
7
#ephy-tab-close-button {
 
8
  -GtkButton-default-border: 0;
 
9
  -GtkButton-default-outside-border: 0;
 
10
  -GtkButton-inner-border: 0;
 
11
  -GtkWidget-focus-padding: 0;
 
12
  -GtkWidget-focus-line-width: 0;
 
13
  margin: 0;
 
14
  padding: 0;
 
15
}
 
16
 
 
17
.primary-toolbar.toolbar {
 
18
    padding-left: 0;
 
19
    padding-right: 0;
 
20
}
 
21
 
 
22
#ephy-progress-bar {
 
23
  -GtkProgressBar-xspacing: 0;
 
24
  -GtkProgressBar-yspacing: 3px;
 
25
  -GtkProgressBar-min-horizontal-bar-height: 3px;
 
26
  padding: 0;
 
27
}
 
28
 
 
29
.progressbar#ephy-progress-bar {
 
30
  border-style: none;
 
31
  background-color: @theme_selected_bg_color;
 
32
  background-image: none;
 
33
  border-radius: 0;
 
34
  -adwaita-progressbar-pattern: none;
 
35
}
 
36
 
 
37
GtkProgressBar#ephy-progress-bar.trough {
 
38
  padding: 0;
 
39
  border-image: none;
 
40
  border-style: none;
 
41
  border-width: 0;
 
42
  background-image: none;
 
43
  background-color: transparent;
 
44
  border-radius: 0;
 
45
}
 
46
 
 
47
#ephy-overlay {
 
48
  background-color: rgba(0,0,0,0);
 
49
}