~azzar1/unity/add-show-desktop-key

1
2
3
4
5
6
7
8
9
/* Override common #ivlebody */
#ivlebody {
    padding: 0 ! important;
}
/* Override the "Console" tab so it has a black border bottom (otherwise it
 * conflicts with the border at the top of console */
#apptabs .thisapp {
    border-bottom: 1px solid black ! important;
}