mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-04-20 10:39:28 +02:00
13 lines
210 B
CSS
13 lines
210 B
CSS
table #image img {
|
|
margin: 0;
|
|
max-width: 190px;
|
|
max-height: 190px;
|
|
}
|
|
|
|
table #native {
|
|
background-color: rgba(189,233,186,.35);
|
|
}
|
|
|
|
table #partial {
|
|
background-color: rgba(255,215,140,.35);
|
|
}
|