diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/admin/layout.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index f68cf6a..b825c25 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss | |||
@@ -227,6 +227,16 @@ body { | |||
227 | } | 227 | } |
228 | } | 228 | } |
229 | 229 | ||
230 | #entry-preview-link { | ||
231 | a { | ||
232 | text-decoration: none; | ||
233 | |||
234 | &:hover { | ||
235 | text-decoration: underline; | ||
236 | } | ||
237 | } | ||
238 | } | ||
239 | |||
230 | #flash { | 240 | #flash { |
231 | display: inline-block; | 241 | display: inline-block; |
232 | color: black; | 242 | color: black; |