File size: 3,276 Bytes
465d267
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
.pluginsManagement {
    .footer-message {
       margin-top: 32px;
        .font-default(13px, 21px);
    }
}

table.dataTable tr.active-plugin > td {
    background-color:@theme-color-background-base !important;
}

table.dataTable tr.active-plugin:hover > td {
    background-color:@theme-color-background-base !important;
}

table.dataTable tr.inactive-plugin > td {
    background-color:@theme-color-background-tinyContrast !important;
}

table.dataTable tr.inactive-plugin:hover > td {
    background-color:@theme-color-background-lowContrast !important;

    .inDarkMode({
        background-color:@theme-color-background-contrast !important;
    });
}

.plugin-desc-text {
    margin-top:0;
    margin-bottom:1.5em;
}

.plugin-donation {
    margin-top:1em;
}

.donation-overlay {
    text-align: center;
    .donation-links {
        margin-top: 2em;
        .donation-link {
            display: inline-block;
            margin: 0 1em;

            &.bitcoin {
                margin: 1em 0!important;
                display: block!important;
                a {
                    display: inline-block;
                    color: #c7254e;
                    border-radius: 4px;
                    font-size: 1.1em;
                    padding: 5px;
                    text-decoration: none!important;
                    background-color: #f9f2f4;
                }
                span {
                    font-size: 1.2em;
                    font-weight: bold;
                    display: block;
                }
            }
        }
    }
}

.plugin-author {
    float:left;
}

.plugin-license {
    float:right;
}

table.entityTable tr td .plugin-homepage a {
    text-decoration:none;
}

table.entityTable tr td .plugin-homepage a:hover {
    text-decoration:underline;
}

table.entityTable tr td a.uninstall {
    color:red;
    font-weight:bold;
}

.plugin-version {
    color: #999;
}

#plugins {

    .inactive-plugin,
    .active-plugin {
        .name {
            max-width: 200px;
            word-wrap: break-word;
        }
    }

    .inactive-plugin {
        td {
            background-color: @theme-color-background-tinyContrast;
            color: @theme-color-text-light;
        }

        &:hover td {
            background-color: @theme-color-background-lowContrast;

            .inDarkMode({
                background-color: @theme-color-background-highContrast;
            });
        }

        .plugin-version,
        .plugin-author,
        .plugin-license {
            color: @theme-color-text-lighter;
        }

    }

    td.vers {
        white-space: nowrap;
    }

    .plugin-desc-missingrequirements {
        font-weight:bold;
        a {
            text-decoration: underline !important;
            color: black;
        }
    }

    .settingsLink {
        text-align: right;
        width: 100%;
        display: inline-block;
    }
}

.admin .pluginsFilter {
    margin-top: 20px;

    .active {
        font-weight: bold;
    }

    a .counter {
        color: #999999;
        font-weight: normal;
    }

    .status {
        display: inline-block;
        margin-left: 23.5px;
    }
}


.activateTagManager {
    .dontShowAgainBtn {
        background-color: @theme-color-text-lighter;
    }
}