aboutsummaryrefslogtreecommitdiffstats
path: root/web/static/css/style.css
blob: e42975d174eb22e3d5caa78c803014a37ae9b2fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.selected {
    background-color: rgba(255,0,0, 0.3);
}

span:hover {
    background-color: rgba(255,0,0, 0.3);
}

#image_container {
    float: left;
    margin-right: 1em;
}