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

« back to all changes in this revision

Viewing changes to Ambiance/gtk-3.20/apps/gnome-flashback.css

  • Committer: Bileto Bot
  • Author(s): Dmitry Shachnev
  • Date: 2016-08-29 18:41:43 UTC
  • mfrom: (500.5.1 ubuntu-themes)
  • Revision ID: ci-train-bot@canonical.com-20160829184143-5jh0gwxxahnh9ywa
Added styling for gnome-flashback: OSD windows, input source switching, candidate popups and monitor labels.

Approved by: Alberts Muktupāvels

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gf-popup-window {
 
2
  border: 1px solid shade(@dark_bg_color, 0.8);
 
3
  border-radius: 10px;
 
4
}
 
5
 
 
6
gf-popup-window.solid {
 
7
  border-radius: 0px;
 
8
}
 
9
 
 
10
#gf-candidate-popup {
 
11
  border-radius: 3px;
 
12
}
 
13
 
 
14
#gf-candidate-popup.solid {
 
15
  border-radius: 0px;
 
16
}
 
17
 
 
18
#gf-candidate-popup gf-candidate-box label {
 
19
  padding: 4px 6px;
 
20
}
 
21
 
 
22
#gf-candidate-popup gf-candidate-box label:last-child {
 
23
  padding-left: 0px;
 
24
}
 
25
 
 
26
#gf-candidate-popup gf-candidate-box:selected,
 
27
#gf-candidate-popup gf-candidate-box:hover {
 
28
  background-color: @selected_bg_color;
 
29
  color: @selected_fg_color;
 
30
  border-radius: 3px;
 
31
}
 
32
 
 
33
#gf-input-source-popup {
 
34
  background-color: @dark_bg_color;
 
35
  color: @dark_fg_color;
 
36
}
 
37
 
 
38
#gf-input-source-popup #gf-input-source {
 
39
  background-color: shade(@dark_bg_color, 1.4);
 
40
  border-radius: 6px;
 
41
  min-width: 120px;
 
42
  min-height: 120px;
 
43
  font-size: 22px;
 
44
}
 
45
 
 
46
#gf-input-source-popup #gf-input-source:selected {
 
47
  background-color: @selected_bg_color;
 
48
  color: @selected_fg_color;
 
49
}
 
50
 
 
51
#gf-label-window {
 
52
  font-size: 40px;
 
53
}
 
54
 
 
55
#gf-osd-window {
 
56
  background-color: @dark_bg_color;
 
57
  color: @dark_fg_color;
 
58
}