Add button to mailu-admin in roundcube task menu
parent
4315227215
commit
c38e6aae4e
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
$labels = [];
|
||||||
|
$labels['mailu'] = 'Mailu';
|
||||||
|
?>
|
@ -0,0 +1,7 @@
|
|||||||
|
#taskbar a.button-mailu
|
||||||
|
{
|
||||||
|
background-image: url('/static/mailu.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 30px 30px;
|
||||||
|
background-position: -6px -4px;
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
#taskmenu a.button-mailu {
|
||||||
|
background: url('/static/mailu.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-position-y: 6px;
|
||||||
|
background-size: 22px 22px;
|
||||||
|
}
|
||||||
|
#taskmenu a.button-mailu.selected, #taskmenu a.button-mailu.selected:hover, #taskmenu a.button-mailu:hover {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #45555c;
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
#taskbar a.button-mailu span.button-inner {
|
||||||
|
background: url('/static/mailu.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 22px 22px;
|
||||||
|
height: 19px;
|
||||||
|
}
|
||||||
|
#taskbar a.button-mailu.selected, #taskmenu a.button-mailu.selected:hover, #taskmenu a.button-mailu:hover {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #45555c;
|
||||||
|
}
|
Loading…
Reference in New Issue