mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 22:11:00 -04:00
Working on the time tracker
This commit is contained in:
parent
251d960b60
commit
b934d2cb0c
@ -51,10 +51,8 @@
|
|||||||
.list-group-item.active {
|
.list-group-item.active {
|
||||||
background-color: #f8f8f8 !important;
|
background-color: #f8f8f8 !important;
|
||||||
color: black !important;
|
color: black !important;
|
||||||
border-left-color: #f8f8f8 !important;
|
border: 1px solid rgba(81, 203, 238, 1);
|
||||||
border-right-color: #f8f8f8 !important;
|
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
|
||||||
box-shadow: 0 0 0 2px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.2);
|
|
||||||
border-color: #fff !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.changed {
|
.list-group-item.changed {
|
||||||
@ -112,9 +110,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 6px;
|
width: 6px;
|
||||||
content: "";
|
content: "";
|
||||||
background-color: #36c157; /* green */
|
background-color: #36c157;
|
||||||
xbackground-color: #d9534f; /* red */
|
|
||||||
xbackground-color: orange; /* orange */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -130,12 +126,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.times-table td {
|
|
||||||
xmargin: 0px !important;
|
|
||||||
xpadding: 0px !important;
|
|
||||||
xpadding-bottom: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-timepicker-wrapper.start-time {
|
.ui-timepicker-wrapper.start-time {
|
||||||
width: 140px !important;
|
width: 140px !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user