blob: 55cebba147604fcdffa211aaf1314c593ee4c391 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001/*
2
3
4 * TestON is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 2 of the License, or
7 * (at your option) any later version.
8
9 * TestON is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13
14 * You should have received a copy of the GNU General Public License
15 * along with TestON. If not, see <http://www.gnu.org/licenses/>.
16
17
18 Document : gui
19 Created on : 02 Feb, 2013, 6:30:28 PM
20 Author : Raghav Kashyap (raghavkashyap@paxterrasolutions.com)
21 Description:
22 Purpose of the stylesheet follows.
23*/
24.error{
25 -fx-background-color: red,linear-gradient(to bottom, derive(red,60%) 5%,derive(red,90%) 40%);
26}