diff options
author | friendica <info@friendica.com> | 2012-05-06 19:56:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-06 19:56:27 -0700 |
commit | 8a10af3bce54141be7e03a96f7a9c2df28c7fa5b (patch) | |
tree | 78aa6c1ed4fbc3d8d679b552c2bfc9bf690e1cf3 /view/theme/dispy/light/style.less | |
parent | 57920849c4138920b5715931a268dd2a55c76003 (diff) | |
parent | e417f083b53c5759346bcfcc451b0d89696788aa (diff) | |
download | volse-hubzilla-8a10af3bce54141be7e03a96f7a9c2df28c7fa5b.tar.gz volse-hubzilla-8a10af3bce54141be7e03a96f7a9c2df28c7fa5b.tar.bz2 volse-hubzilla-8a10af3bce54141be7e03a96f7a9c2df28c7fa5b.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index 8968da42e..848e4f16d 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -59,7 +59,8 @@ select { padding: 3px; margin: 3px; color: #222; - background: #eee; } + background: #eee; +} option { padding: 3px; @@ -67,13 +68,13 @@ option { background: #eee; &[selected="selected"] { color: #111; - background: #cca; } } - + background: #cca; } +} ul, ol { - padding: 0; } + padding: 0; +} /* remember to define focus styles! */ - :focus { outline: 0; } |