mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 16:31:13 +01:00
#4998 Support Quick Look of .torrent files in the Finder
This commit is contained in:
22
macosx/QuickLookPlugin/style.css
Normal file
22
macosx/QuickLookPlugin/style.css
Normal file
@@ -0,0 +1,22 @@
|
||||
html
|
||||
{
|
||||
color: rgb(0,0,0);
|
||||
font-family:'Lucida Grande';
|
||||
text-align:left;
|
||||
}
|
||||
th
|
||||
{
|
||||
color: rgb(50,50,50);
|
||||
font-weight: bold;
|
||||
text-align:left;
|
||||
}
|
||||
td
|
||||
{
|
||||
color: rgb(80,80,80);
|
||||
text-align:left;
|
||||
}
|
||||
img.icon
|
||||
{
|
||||
vertical-align:text-bottom;
|
||||
margin-right:8px;
|
||||
}
|
||||
Reference in New Issue
Block a user