summaryrefslogtreecommitdiff
path: root/assets/css/src
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-22 16:20:53 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-22 16:20:53 -0400
commitfd60964c239627d2d55c6eca0888be84a8f6653f (patch)
tree062836c4a49857625a25b2cfdd3bbb93732f915d /assets/css/src
parent18fd39e6d648a58be0782d514604877504833832 (diff)
Add global Gantt chart for all projects
Diffstat (limited to 'assets/css/src')
-rw-r--r--assets/css/src/gantt.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/src/gantt.css b/assets/css/src/gantt.css
index 85f9018f..2deaa458 100644
--- a/assets/css/src/gantt.css
+++ b/assets/css/src/gantt.css
@@ -71,9 +71,18 @@ div.ganttview-vtheader-series-name a {
}
div.ganttview-vtheader-series-name a:hover {
+ color: #333;
text-decoration: underline;
}
+div.ganttview-vtheader-series-name a i {
+ color: #000;
+}
+
+div.ganttview-vtheader-series-name a:hover i {
+ color: #666;
+}
+
/* Slider */
div.ganttview-slide-container {
overflow: auto;
@@ -108,6 +117,9 @@ div.ganttview-block {
background-color: #E5ECF9;
border: 1px solid #c0c0c0;
border-radius: 3px;
+}
+
+.ganttview-block-movable {
cursor: move;
}