~ci-train-bot/ubuntu-themes/ubuntu-themes-ubuntu-yakkety-2058

« back to all changes in this revision

Viewing changes to Ambiance/gtk-3.20/apps/libreoffice.css

  • Committer: Bileto Bot
  • Date: 2016-09-08 14:42:33 UTC
  • mfrom: (508.1.1 ubuntu-themes)
  • Revision ID: ci-train-bot@canonical.com-20160908144233-gm58yw6dz64jekls
fix gtk3 toolbar theming for LibreOffice (LP: #1580537)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.libreoffice-toolbar {
 
2
    background-image: none;
 
3
}
 
4
.libreoffice-toolbar button:hover {
 
5
    background-image: -gtk-gradient (linear, left top, left bottom,
 
6
                                     from (shade (@focus_color, 1.5)),
 
7
                                     color-stop (0.5, shade (@focus_color, 1.33)),
 
8
                                     to (shade (@focus_color, 1.28)));
 
9
    border-image-source: url("assets/button-hover.png");
 
10
}
 
11
.libreoffice-toolbar button:active {
 
12
    background-image: -gtk-gradient (linear, left top, left bottom,
 
13
                                     from (shade (@selected_bg_color, 1.5)),
 
14
                                     color-stop (0.5, shade (@selected_bg_color, 1.33)),
 
15
                                     to (shade (@selected_bg_color, 1.28)));
 
16
    border-image-source: url("assets/button-active-hover.png");
 
17
}