Small CSS fix for attachments list
This commit is contained in:
parent
2dec4c3e6e
commit
1cb1f59bbc
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ a.miniColors-trigger {
|
||||||
display: block;
|
display: block;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 8px 4px 3px 30px;
|
padding: 4px 4px 3px 30px;
|
||||||
text-shadow: 0px 1px 1px #fff;
|
text-shadow: 0px 1px 1px #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Add table
Reference in a new issue