Removed all files now part of other repos, moved default webapp source up
[guacamole.git] / src / main / webapp / guac-web-lib / css / guacamole.css
1
2 /*
3  *  Guacamole - Clientless Remote Desktop
4  *  Copyright (C) 2010  Michael Jumper
5  *
6  *  This program is free software: you can redistribute it and/or modify
7  *  it under the terms of the GNU Affero General Public License as published by
8  *  the Free Software Foundation, either version 3 of the License, or
9  *  (at your option) any later version.
10  *
11  *  This program is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *  GNU Affero General Public License for more details.
15  *
16  *  You should have received a copy of the GNU Affero General Public License
17  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
18  */
19
20 .guac-display.guac-loading {
21     border: 1px dotted gray;
22     background-image: url('../images/spinner92.gif');
23     background-position: center;
24     background-repeat: no-repeat;
25 }
26
27 .guac-display.guac-error {
28     border: 1px dotted red;
29     background-image: url('../images/noimage92.png');
30     background-position: center;
31     background-repeat: no-repeat;
32 }
33
34 .guac-hide-cursor {
35     cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
36 }
37