1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 13:10:09 +02:00

remove electron-in-page-search

This commit is contained in:
s2
2019-06-06 15:44:24 +02:00
parent e2a57318a7
commit c5f9b551ab
92637 changed files with 636010 additions and 15 deletions

View File

@@ -0,0 +1,46 @@
.icon-toggle-grey600 {
background-image: url('sprite-toggle-grey600.png');
}
.icon-toggle-grey600-ic_check_box_grey600_24dp {
background-position: -5px -5px;
width: 24px;
height: 24px;
}
.icon-toggle-grey600-ic_check_box_outline_blank_grey600_24dp {
background-position: -39px -5px;
width: 24px;
height: 24px;
}
.icon-toggle-grey600-ic_radio_button_off_grey600_24dp {
background-position: -5px -39px;
width: 24px;
height: 24px;
}
.icon-toggle-grey600-ic_radio_button_on_grey600_24dp {
background-position: -39px -39px;
width: 24px;
height: 24px;
}
.icon-toggle-grey600-ic_star_grey600_24dp {
background-position: -73px -5px;
width: 24px;
height: 24px;
}
.icon-toggle-grey600-ic_star_half_grey600_24dp {
background-position: -73px -39px;
width: 24px;
height: 24px;
}
.icon-toggle-grey600-ic_star_outline_grey600_24dp {
background-position: -5px -73px;
width: 24px;
height: 24px;
}