Files
firefly-iii/public/css/firefly.css

19 lines
362 B
CSS
Raw Normal View History

2015-03-04 09:42:47 +01:00
#daterange {cursor:pointer;}
.general-chart-error {height:30px;background:url('/images/error.png') no-repeat center center;}
.handle {cursor:move;}
.ui-sortable-placeholder {
display: inline-block;
height: 1px;
}
#map-canvas {
height: 100%;
2015-06-20 09:54:01 +02:00
margin: 0;
padding: 0;
2015-06-28 13:07:23 +02:00
}
/* cursors */
.rule-triggers {cursor:move;}
.rule-actions {cursor:move;}