Browse Source

css improvement

module/search
Stephan Richter 2 months ago
parent
commit
ecb4cb5e64
  1. 6
      web/src/main/resources/web/css/default.css

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

@ -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