make actions less instrusive
This commit is contained in:
parent
20f9c68d43
commit
a185a66a6c
|
@ -162,6 +162,13 @@ button a {
|
||||||
}
|
}
|
||||||
.inlineform select {
|
.inlineform select {
|
||||||
}
|
}
|
||||||
|
details summary {
|
||||||
|
color: #aab;
|
||||||
|
}
|
||||||
|
.limited details summary {
|
||||||
|
color: #a79;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue