diff options
author | Siri Reiter <siri@jones.dk> | 2013-12-01 22:26:18 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-12-01 22:26:18 +0100 |
commit | cafdecfba0997ae2ddb1df4102d9116ec19cae3c (patch) | |
tree | 77e9821714ad332291fd2439699b3bc2d7feab92 | |
parent | 7265c2e2e759d72cce594a50695c2fe59f829312 (diff) |
Adsjust action styling, and hide unless hovered.
-rw-r--r-- | style.scss | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -67,11 +67,16 @@ body { .pageheader .actions { background-color: LightBlue; -} - -.actions ul { - border-bottom: 0; - padding:0 0 0 15px; + ul { + border-bottom: 0; + padding:0 0 0 15px; + } + a { + color: LightBlue; + &:hover { + color: white; + } + } } .topbar { |