forked from MightyCreak/mesamatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
33 lines (28 loc) · 1.16 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
* Copyright (C) 2014 Romain "Creak" Failliot.
*
* This file is part of mesamatrix.
*
* mesamatrix is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* mesamatrix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with libbench. If not, see <http://www.gnu.org/licenses/>.
*/
.tableNoSpace { border-spacing: 1px; border-collapse: separate; }
.tableHeaderLine { background-color: #d3d7cf; }
.tableHeaderCell { width: 90px; }
.tableHeaderCell-extension { width: 500px; }
.extension:hover { background-color: #babdb6; }
.task { border-radius: 4px; }
.isDone { background-color: #8ae234; }
.isInProgress { background-color: #f1922b; }
.isNotStarted { background-color: #ef2929; }
.permalink:link { text-decoration: none; color: #DDDDDD; }