~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to data/globalsearch.css

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#search, QToolButton {
 
2
  color: white;
 
3
  font-weight: bold;
 
4
  font-size: 7.5pt;
 
5
}
 
6
 
 
7
#search:disabled {
 
8
  color: rgba(255, 255, 255, 75%);
 
9
}
 
10
 
 
11
#search {
 
12
  border: 1px groove rgb(100, 100, 100);
 
13
  border-radius: 4px 4px;
 
14
  background-color: rgba(0, 0, 0, 20%);
 
15
}
 
16
 
 
17
QToolButton {
 
18
  font-weight: normal;
 
19
  font-weight: bold;
 
20
  color: rgba(255, 255, 255, 50%);
 
21
  border-radius: 3px;
 
22
}
 
23
 
 
24
QToolButton:hover {
 
25
  background-color: rgb(64, 64, 64);
 
26
  border: 1px solid rgba(255, 255, 255, 20%);
 
27
}
 
28
 
 
29
QToolButton:pressed {
 
30
  background-color: rgb(64, 64, 64);
 
31
  border: 1px solid rgba(255, 255, 255, 50%);
 
32
}