/+junk/gnome-dialer

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/gnome-dialer

« back to all changes in this revision

Viewing changes to resources/style.main.css

  • Committer: Gustav Hartvigsson
  • Date: 2016-09-19 15:09:35 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160919150935-3cyvc1m1rtli5hpz
* Made the CSS work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
GtkButton .round {
 
1
.round {
2
2
  border-radius: 100%;
3
3
}
4
4
 
5
 
GtkButton .round .red {
 
5
.red {
6
6
  background-color: #FF3B3B;
7
7
  box-shadow: 2px 2px 5px black;
8
8
}
9
9
 
10
 
GtkButton .round .dialer {
 
10
.dialer {
11
11
  font-size: 30px;
12
12
}