diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-21 13:44:30 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-21 13:44:30 +0100 |
commit | e7345a2c4feaa64c8582844425f388e57f1f933d (patch) | |
tree | 5f2b7fa7917186052519193542f126692031d095 /themes/solarized-dark/css | |
parent | 3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794 (diff) | |
parent | 032e0ca13ab8ebf99b5169f6f733db4184cdde6c (diff) | |
download | wallabag-e7345a2c4feaa64c8582844425f388e57f1f933d.tar.gz wallabag-e7345a2c4feaa64c8582844425f388e57f1f933d.tar.zst wallabag-e7345a2c4feaa64c8582844425f388e57f1f933d.zip |
Merge branch 'dev' of git://github.com/mariroz/wallabag into dev
Diffstat (limited to 'themes/solarized-dark/css')
-rw-r--r-- | themes/solarized-dark/css/style-solarized-dark.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/solarized-dark/css/style-solarized-dark.css b/themes/solarized-dark/css/style-solarized-dark.css index 3b0feb2a..77a97d38 100644 --- a/themes/solarized-dark/css/style-solarized-dark.css +++ b/themes/solarized-dark/css/style-solarized-dark.css | |||
@@ -217,4 +217,16 @@ a.link span { | |||
217 | 217 | ||
218 | a.bad-display span { | 218 | a.bad-display span { |
219 | background-image: url('../img/solarized-dark/bad-display.png'); | 219 | background-image: url('../img/solarized-dark/bad-display.png'); |
220 | } | ||
221 | |||
222 | .arrow-down { | ||
223 | width: 0px; | ||
224 | height: 0px; | ||
225 | border-style: solid; | ||
226 | border-width: 10px 10px 0 10px; | ||
227 | border-color: #586E75 transparent transparent transparent; | ||
228 | |||
229 | position: absolute; | ||
230 | margin-top: 1.5em; | ||
231 | margin-left: -30px; | ||
220 | } \ No newline at end of file | 232 | } \ No newline at end of file |