mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
Add style for responsive design
This commit is contained in:
@@ -9,3 +9,13 @@
|
||||
color: #fff;
|
||||
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