~jderose/dmedia/project-stats

« back to all changes in this revision

Viewing changes to dmedia/gtk/ui/peering.css

  • Committer: Jason Gerard DeRose
  • Date: 2012-10-16 18:35:24 UTC
  • Revision ID: jderose@novacut.com-20121016183524-msix3zfihhz2jqoc
A number of small CSS fixes around -webkit-user-select, -webkit-user-drag

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    display: none !important;
3
3
}
4
4
 
 
5
body, div, p, code, img {
 
6
    -webkit-user-select: none;
 
7
    -webkit-user-drag: none;
 
8
}
 
9
 
 
10
p, code {
 
11
    cursor: default;
 
12
}
 
13
 
5
14
body {
6
15
    font-family: Lato;
7
16
    font-size: 21px;
31
40
    text-align: center;
32
41
    box-shadow: 2px 2px 6px #000;
33
42
    border-radius: 10px;
34
 
    cursor: pointer;
35
 
    -webkit-user-select: none;
36
43
    display: inline-block;
37
44
}
38
45
 
43
50
    text-align: center;
44
51
    box-shadow: 2px 2px 5px 0 #000;
45
52
    border-radius: 8px;
46
 
    -webkit-user-select: none;
47
53
    color: #000;
 
54
    cursor: pointer;
48
55
}
49
56
 
50
57
.button:hover {
51
58
    box-shadow: 0 0 6px 2px #e81f3b;
52
 
    cursor: pointer;
53
59
}
54
60
 
55
61
.button p {
56
62
    margin: 16px;
 
63
    cursor: pointer !important;
57
64
}
58
65
 
59
66
#first {