Project

General

Profile

« Previous | Next » 

Revision 453ba039

Added by koszko about 2 years ago

add styling for popup page\n\nThis does not include styling for contents of the import dialog

View differences:

html/base.css
6 6
 * Redistribution terms are gathered in the `copyright' file.
7 7
 */
8 8

  
9
html {
9
body {
10 10
    font-family: sans-serif;
11
    background-color: #f0f0f0;
12
    color: #555;
13
    overflow: auto;
11 14
}
12 15

  
13 16
textarea {
......
18 21
    display: none;
19 22
}
20 23

  
24
.camouflage {
25
    visibility: hidden;
26
}
27

  
21 28
.show_next:not(:checked)+* {
22 29
    display: none;
23 30
}
......
42 49
    margin: 2px 0px;
43 50
    -moz-user-select: none;
44 51
    user-select: none;
52
    cursor: pointer;
53
    font: 400 15px sans-serif;
45 54
}
46 55

  
47 56
button.slimbutton, .button.slimbutton {
......
64 73
textarea: {
65 74
    resize: none;
66 75
}
76

  
77
.has_bottom_line::after, .has_upper_line::before {
78
    content: "";
79
    display: block;
80
    height: 8px;
81
    background: linear-gradient(transparent, #555);
82
}
83

  
84
.has_bottom_line::after {
85
    background: linear-gradient(#555, transparent);
86
}

Also available in: Unified diff