Website: Add icons for mobile/desktop
This commit is contained in:
@ -11,3 +11,17 @@ table tr.category_header {
|
||||
table .description {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.icon-chevron-desktop,
|
||||
.icon-chevron-mobile {
|
||||
background-image: url("../img/glyphicons-devices.png");
|
||||
background-position: 0 0;
|
||||
}
|
||||
.nav-list > .active > a > .icon-chevron-desktop,
|
||||
.nav-list > .active > a > .icon-chevron-mobile
|
||||
{
|
||||
background-image: url("../img/glyphicons-devices-white.png");
|
||||
}
|
||||
.icon-chevron-mobile {
|
||||
background-position: 0 -14px;
|
||||
}
|
||||
|
BIN
website/assets/img/glyphicons-devices-white.png
Normal file
BIN
website/assets/img/glyphicons-devices-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 848 B |
BIN
website/assets/img/glyphicons-devices.png
Normal file
BIN
website/assets/img/glyphicons-devices.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 B |
Reference in New Issue
Block a user