629f9940c3
also removed build_thumb_html from themes (mostly old versions of the default base function)
15 lines
269 B
CSS
15 lines
269 B
CSS
.thumb IMG {
|
|
border-width: 2px !important;
|
|
}
|
|
|
|
.shm-thumb-has_child img {
|
|
border-color: lime !important;
|
|
}
|
|
|
|
.shm-thumb-has_parent img {
|
|
border-color: #cc0 !important;
|
|
}
|
|
|
|
.shm-thumb-has_child.shm-thumb-has_parent img {
|
|
border-color: lime #cc0 #cc0 lime !important;
|
|
}
|