second and final part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / webide / permissionstable.css
CommitLineData
dadba0f2
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5html, body {
6 background: #000000;
7 color: #FF9F00;
8}
9
10.permissionstable td {
11 text-align: center;
12}
13
14.permallow {
15 color: #008484;
16}
17
18.permprompt {
19 color: #9C9CFF;
20}
21
22.permdeny {
23 color: #FF0000;
24}