Skip to content

Commit

Permalink
Add new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Dec 26, 2018
1 parent 2b421fa commit d251d91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added chrome/images/topsites/fl.ru.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chrome/images/topsites/septdir.pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions chrome/userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
background-image: url('images/topsites/freelancehunt.com.png') !important;
}

.top-sites-list a[href*="fl.ru"] .top-site-icon,
.top-sites-list a[href*="fl.ru"] .screenshot {
background-image: url('images/topsites/fl.ru.png') !important;
}

.top-sites-list a[href*="getuikit.com"] .top-site-icon,
.top-sites-list a[href*="getuikit.com"] .screenshot {
background-image: url('images/topsites/getuikit.com.png') !important;
Expand Down Expand Up @@ -179,12 +184,19 @@
{
background-image: url('images/topsites/septdir.ru.png') !important;
}

.top-sites-list a[href*="septdir.com"] .top-site-icon,
.top-sites-list a[href*="septdir.com"] .screenshot
{
background-image: url('images/topsites/septdir.com.png') !important;
}

.top-sites-list a[href*="septdir.pro"] .top-site-icon,
.top-sites-list a[href*="septdir.pro"] .screenshot
{
background-image: url('images/topsites/septdir.pro.png') !important;
}

.top-sites-list a[href*="todoist.com"] .top-site-icon,
.top-sites-list a[href*="todoist.com"] .screenshot {
background-image: url('images/topsites/todoist.com.png') !important;
Expand Down

0 comments on commit d251d91

Please sign in to comment.