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