File: theme-editor.css

package info (click to toggle)
request-tracker5 5.0.7%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 80,264 kB
  • sloc: javascript: 191,898; perl: 87,146; sh: 1,426; makefile: 487; python: 37; php: 15
file content (58 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58

#upload-logo label {
    font-weight: bold;
}

#logo-theme-editor a img {
    border: none;
}

#custom-css textarea {
    width: 100%;
}

#customize-theme ol li {
    font-size: 1.2em;
    font-weight: bold;
}

#customize-theme ol li .description,
#customize-theme ol li label
{
    font-weight: normal;
}

#customize-theme #section {
    font-size: 1em;
}

.color-template {
    height: 2em;
    margin: 0 0 0.5em 0;
}

.primary-colors, #color-picker {
    margin-top: 0.5em;
}

.primary-colors {
    float: left;
    width: 20%;
}

#color-picker {
    float: right;
    width: 78%; 
}

#logo-color-picker {
    display: none; /* unhidden by javascript */
    cursor: url(../../../static/images/eyedropper.png), crosshair;
    z-index: 1;
    position: relative;
}

#custom-css-form {
    z-index: 2;
    position: relative;
}