Project

General

Profile

« Previous | Next » 

Revision 1b9350d1

Added by Andreas Kohlbecker about 9 years ago

using other fonts which match those in swagger-ui

View differences:

src/main/webapp/css/server.css
1 1
.uninitialized{
2 2
    color: gray;
3
	}
3
  }
4 4
.initializing{
5
	color: yellow;
6
	}
5
  color: yellow;
6
  }
7 7
.starting{
8
	color: blue;
9
	}
8
  color: blue;
9
  }
10 10
.started{
11
	color: green;
11
  color: green;
12 12
    }
13 13
.stopped{
14 14
    color: black;
15
	}
15
  }
16 16
.error{
17 17
    color: red;
18 18
    }
......
24 24
    float:right;
25 25
    text-transform: none;
26 26
}
27

  
28
/* overriding default styles from base theme */
29
body {
30
  font-family: "Droid Sans",Verdana,Arial,Helvetica,sans-serif;
31
}

Also available in: Unified diff