Merge branch 'develop' of github.com:martini/zammad into develop
This commit is contained in:
commit
4b71a8caac
1 changed files with 32 additions and 2 deletions
|
@ -1,10 +1,40 @@
|
||||||
#app > *:not(.content):not(.active),
|
#app > *:not(.content):not(.active),
|
||||||
#app > .hide,
|
#app > .hide,
|
||||||
.icon,
|
#app .icon,
|
||||||
.avatar {
|
#app .btn,
|
||||||
|
#app .avatar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app .table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border: 1px solid;
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
Dashboard
|
||||||
|
=========
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
#app .dashboard + .sidebar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
Ticket Overviews
|
||||||
|
=================
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
#app .bulkAction,
|
||||||
|
#app .overviews .checkbox-replacement,
|
||||||
|
#app .overviews .overview-header {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue