Skip to content
  • This project
    • Loading...
  • Sign in

ethan / CAT

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • CAT
  • cat-home
  • src
  • main
  • webapp
  • css
  • database.css
  • ethan's avatar
    CAT_1.4.0 原始版本 · 9b3ddcc4
    ethan committed 2017-08-15 10:01:32 +0800
    9b3ddcc4
database.css 170 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* this css is for database.jsp */
.reportType1 {
	color: #3a87ad;
}

.reportType2 {
	color: #b94a48;
}

.reportType3 {
	color: #999;
}

.reportType4 {
	color: #c09853;
}