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