complete move of devtools images into images/
[themes.git] / LCARStrek / webide / permissionstable.css
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
5 html, 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 }