Browse Source

Merge remote-tracking branch 'origin/main'

module/search
Stephan Richter 2 months ago
parent
commit
498b3e827b
  1. 8
      web/src/main/resources/web/css/default.css

8
web/src/main/resources/web/css/default.css

@ -4,7 +4,7 @@
} }
a { a {
color: orange; color: #ff7726;
text-decoration: none; text-decoration: none;
} }
@ -306,12 +306,14 @@ li > a > p:nth-child(1){
font-weight: bold; font-weight: bold;
} }
.timetracking { span.timetracking {
background: #734a00; background: #734a00;
border-radius: 5px; border-radius: 5px;
padding: 12px 5px 3px 5px; padding: 3px;
display: inline-block;
} }
.timetracks .year, .timetracks .month{ .timetracks .year, .timetracks .month{
border: 1px solid; border: 1px solid;
} }

Loading…
Cancel
Save