Skip to content

Commit

Permalink
Fix/improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
codeling committed Sep 14, 2024
1 parent 58e4c4b commit 2ebc459
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions todo.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@ ul.ui-autocomplete {
overflow: hidden;
}
#progress_todo {
background-color: #D66;
background-color: #D45;
width: 50%;
display: inline-block;
}
#progress_done {
background-color: #6D6;
background-color: #0A0;
width: 50%;
display: inline-block;
}
Expand Down Expand Up @@ -255,19 +255,19 @@ ul.ui-autocomplete {
}
/*******************/
/* Button images */
.addButton, .editButton, .deleteButton, .undeleteButton, .todayButton, .refreshButton, .reactivateButton {
.addButton, .editButton, .deleteButton, .undeleteButton, .todayButton, .refreshButton, .reactivateButton, .mergeButton {
width: 20px;
height: 20px;
background-size: cover;
border: 0;
background-color: transparent;
}
.addButton:hover, .editButton:hover, .deleteButton:hover, .undeleteButton:hover, .todayButton:hover, .refreshButton:hover, .reactivateButton:hover, .ui-datepicker-trigger:hover
.addButton:hover, .editButton:hover, .deleteButton:hover, .undeleteButton:hover, .todayButton:hover, .refreshButton:hover, .reactivateButton:hover, .ui-datepicker-trigger:hover, .mergeButton:hover
{
background-color: #DDD;
}
.addButton {
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m16 4c-7 0-12 5-12 12s5 12 12 12 12-5 12-12-5-12-12-12zm0 5c1 0 2 1 2 2v3h3c1 0 2 1 2 2s-1 2-2 2h-3v3c0 1-1 2-2 2s-2-1-2-2v-3h-3c-1 0-2-1-2-2s1-2 2-2h3v-3c0-1 1-2 2-2z" fill="%234b5"/></svg>');
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m16 4c-7 0-12 5-12 12s5 12 12 12 12-5 12-12-5-12-12-12zm0 5c1 0 2 1 2 2v3h3c1 0 2 1 2 2s-1 2-2 2h-3v3c0 1-1 2-2 2s-2-1-2-2v-3h-3c-1 0-2-1-2-2s1-2 2-2h3v-3c0-1 1-2 2-2z" fill="%230A0"/></svg>');
}
.editButton {
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m21 4-17 17v7h7l17-17zm0 3 4 4-9 9h-4v-4zm-11 15h4l-4 4h-2l-2-2v-2l4-4z" fill="%23444"/></svg>');
Expand All @@ -276,7 +276,7 @@ ul.ui-autocomplete {
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m10 4v4h2v-2h8v2h2v-4h-10zm-6 6v2h4v16h16v-16h4v-2zm6 2h12v14h-12z" fill="%23d45"/></svg>');
}
.undeleteButton {
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m10 4-2e-6 4h2v-2h8v2h2v-4zm-6 6v2h4v16h16v-16h4v-2zm6 2h12v14h-12z" fill="%23444"/><path d="m25 3-2 1 2 4c-1 0-6 0-8 2-2.7 2.5-3 6-3 10h3c0-3 0-5 2-7s4-2 6-2l-2 4 2 1 4-6.5z" fill="%23192"/></svg>');
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m10 4-2e-6 4h2v-2h8v2h2v-4zm-6 6v2h4v16h16v-16h4v-2zm6 2h12v14h-12z" fill="%23444"/><path d="m25 3-2 1 2 4c-1 0-6 0-8 2-2.7 2.5-3 6-3 10h3c0-3 0-5 2-7s4-2 6-2l-2 4 2 1 4-6.5z" fill="%230A0"/></svg>');
}
.todayButton {
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m8 4v2h-4v22h24v-22h-4v-2h-2v2h-12v-2h-2zm-2 4h2v2h2v-2h12v2h2v-2h2v4h-20v-4zm0 6h20v12h-20v-12zm8 1 1 6-3-2-1 2 5 3 5-3-1-2-3 2 1-6h-4z" fill="%23444"/></svg>');
Expand Down

0 comments on commit 2ebc459

Please sign in to comment.