summaryrefslogtreecommitdiffstats
path: root/css/app.css
blob: 6e0124139f56040832a1c8f003cdfd46575bc332 (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
/**
 * Nextcloud - News
 *
 * This file is licensed under the Affero General Public License version 3 or
 * later. See the COPYING file.
 *
 * @author Bernhard Posselt <dev@bernhard-posselt.com>
 * @copyright Bernhard Posselt 2014
 */
#global-loading {
    width: 100%;
}

#undo-container {
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    z-index: 101;
    line-height: 1.2;
}

#undo {
    z-index: 101;
    background-color: var(--color-warning);
    border: 0;
    padding: 0 .7em .3em;
    display: none;
    position: relative;
    top: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

#undo a {
    font-weight: bold;
}

#undo a:hover {
    text-decoration: underline;
}

#searchbox {
    display: block !important;
}

#mark-all-read-button {
    position: fixed;
    z-index: 1;
    bottom: 0.5em;
    right: 0.5em;
}

.dropdown-content {
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    min-width: 20em;
    left: 100px;
}

.compact .dropdown-content {
    left: auto;
    right: 15px;
}


.dropdown-content a {
    color: black;
    padding: 2px 12px 2px 44px;
    background-position: 14px center;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.compact-dropdown{
    z-index: 1;
}

/* Override hidden before angular is loaded */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.contact-input {
    display: flex;
    justify-content: space-between;
    margin: 1em 1.5em;
}

.label-group {
    padding-left: 1.5em;
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.dropdown-search-message {
    margin-left: 2em;
    font-size: 0.85em;
}

.share-status-icon {
    margin-top: 1.1em;
    margin-right: 1em;
    float: right;
}