mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 19:18:07 +00:00
Add style for responsive design
This commit is contained in:
@@ -9,3 +9,13 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #45555c;
|
background-color: #45555c;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
#taskmenu a.button-mailu {
|
||||||
|
background-position: 0px;
|
||||||
|
background-size: 40px 40px;
|
||||||
|
}
|
||||||
|
#taskmenu a.button-mailu.selected, #taskmenu a.button-mailu.selected:hover, #taskmenu a.button-mailu:hover {
|
||||||
|
color: #000;
|
||||||
|
background-color: #ececec;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user