diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-11-01 19:09:26 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-11-01 19:09:26 +0400 |
| commit | e4b972f40b2b1184fa208af03e3906d271af1b5e (patch) | |
| tree | 77a59c96065a257c197af86ee9ad239698ae4f60 | |
| parent | 4e4a8e43ab5d32df2f2f9469a2d82759c58f4e79 (diff) | |
tweak dijit dialog
| -rw-r--r-- | tt-rss.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css index a7d571c42..e438edb9f 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1334,6 +1334,13 @@ span.labelFixedLength { border : 1px solid #c0c0c0; } +.dijitDialog .dijitDialogPaneContent { + background-color : white; + background-image : url("images/toolbar.png"); + background-repeat : repeat-x; + background-position : bottom; +} + a.bookmarklet { color : #4684ff; border : 1px solid #ecf4ff; |