~ubuntu-branches/ubuntu/oneiric/mozc/oneiric

« back to all changes in this revision

Viewing changes to gui/dictionary_tool/win_aero_style.qss

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-07-14 03:26:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714032647-13qjisj6m8cm8jdx
Tags: 0.12.410.102-1
* New upstream release (Closes: #588971).
  - Add mozc-server, mozc-utils-gui and scim-mozc packages.
* Update debian/rules.
  Add --gypdir option to build_mozc.py.
* Update debian/control.
  - Bumped standards-version to 3.9.0.
  - Update description.
* Add mozc icon (Closes: #588972).
* Add patch which revises issue 18.
  ibus_mozc_issue18.patch
* kFreeBSD build support.
  support_kfreebsd.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QToolBar > .QPushButton {
 
2
  background-color: rgb(213,228,246);
 
3
  border-color: rgb(183,196,225);
 
4
  color: rgb(18,50,114);
 
5
  border-width: 1px;
 
6
  border-style: solid;
 
7
  border-radius: 5px;
 
8
  min-height: 16px;
 
9
  min-width: 50px;
 
10
  padding: 4px;
 
11
}
 
12
 
 
13
QToolBar > .QPushButton:pressed {
 
14
  background-color: rgb(221,228,235);
 
15
  border-style: solid;
 
16
  border-width: 1px;
 
17
  padding-left: 6px;
 
18
  padding-top: 6px;
 
19
}
 
20
 
 
21
QToolBar > .QPushButton:hover {
 
22
  border-width: 1px;
 
23
  border-style: solid;
 
24
  background-color: rgb(238,243,250);
 
25
}
 
26
 
 
27
QToolBar > .QPushButton:disabled {
 
28
  background-color: rgb(211,220,230);
 
29
  color: rgb(96,100,104);
 
30
}
 
31
 
 
32
QToolBar > .QPushButton::menu-indicator {
 
33
  subcontrol-position: right center;
 
34
  subcontrol-origin: padding;
 
35
  left: -2px;
 
36
}
 
37
 
 
38
QToolBar {
 
39
 border-width: 0px;
 
40
 margin: 0px;
 
41
 padding: 5px;
 
42
 spacing: 5px;
 
43
}