~minos-archive/minos/firefox-minos-settings

« back to all changes in this revision

Viewing changes to mozilla/firefox/h5xyzl6e.default/chrome/userContent.css

  • Committer: Javier Lopez
  • Date: 2015-07-08 01:10:19 UTC
  • Revision ID: git-v1:d8c3500bae00a8a67d74f8f96235ec11d75231be
rename mozilla-minos-settings -> firefox-minos-settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
    background-attachment: scroll !important;
3
 
}
4
 
 
5
 
input {
6
 
    border: 2px inset white;
7
 
    background-color: white;
8
 
    color: black;
9
 
    -moz-appearance: none !important;
10
 
}
11
 
 
12
 
textarea {
13
 
    border: 2px inset white;
14
 
    background-color: white;
15
 
    color: black;
16
 
    -moz-appearance: none !important;
17
 
}
18
 
 
19
 
select {
20
 
    border: 2px inset white;
21
 
    background-color: white;
22
 
    color: black;
23
 
    -moz-appearance: none !important;
24
 
}
25
 
 
26
 
input[type="radio"],
27
 
input[type="checkbox"] {
28
 
    border: 2px inset white ! important;
29
 
    background-color: white ! important;
30
 
    color: ThreeDFace ! important;
31
 
    -moz-appearance: none !important;
32
 
}
33
 
 
34
 
.*|*::-moz-radio {
35
 
    background-color: white;
36
 
    -moz-appearance: none !important;
37
 
}
38
 
 
39
 
button, input[type="reset"], input[type="button"], input[type="submit"] {
40
 
    border: 2px outset white;
41
 
    background-color: #eeeeee;
42
 
    color: black;
43
 
    -moz-appearance: none !important;
44
 
}
45
 
 
46
 
body {
47
 
    background-color: white;
48
 
    color: black;
49
 
    display: block;
50
 
    margin: 8px;
51
 
    -moz-appearance: none !important;
52