diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-06 12:09:22 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-06 12:09:22 +0200 |
commit | 8bdbfdc85388192cd4c441b3012d59ff2508d23b (patch) | |
tree | 31f9b5042426734f211a30714b68b62ffb394bbb /view/theme/dispy/light/style.less | |
parent | abbb4c2f367874e4cc777dd9e623063b4ab48a43 (diff) | |
parent | b4bd8258e21f713d9ae7f6e1317c44ffe896bb5d (diff) | |
download | volse-hubzilla-8bdbfdc85388192cd4c441b3012d59ff2508d23b.tar.gz volse-hubzilla-8bdbfdc85388192cd4c441b3012d59ff2508d23b.tar.bz2 volse-hubzilla-8bdbfdc85388192cd4c441b3012d59ff2508d23b.zip |
Merge remote-tracking branch 'origin/master'
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; } |