summaryrefslogtreecommitdiffstats
path: root/css/showall.css
blob: f9248616910181b0642669be267e1c59966aa0ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.show-all {
        background-color: transparent !important;
        border: 0 !important;
}

.show-all:hover {
        box-shadow: none !important;
        border: 0 !important;
}

.show-all > a {
        padding: 5px 0 5px 0 !important;
        text-align: center;
        opacity: .5;
}

.show-all > a:hover {
        background-color: transparent !important;
}