mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
25 lines
456 B
CSS
Vendored
25 lines
456 B
CSS
Vendored
#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%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.error-page {
|
|
background: #d2d6de;
|
|
}
|
|
.error-box {
|
|
width: 460px;
|
|
margin: 7% auto;
|
|
}
|
|
|
|
/* cursors */
|
|
.rule-triggers {cursor:move;}
|
|
.rule-actions {cursor:move;} |