diff options
Diffstat (limited to 'public/ng/css/ui.css')
-rw-r--r-- | public/ng/css/ui.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/public/ng/css/ui.css b/public/ng/css/ui.css index 908f4e70fb..d30e137dbc 100644 --- a/public/ng/css/ui.css +++ b/public/ng/css/ui.css @@ -59,7 +59,8 @@ audio:not([controls]) { height: 0; } [hidden], -template .hidden { +template, +.hidden { display: none; } .opacity { @@ -72,6 +73,7 @@ a, .text-link { color: #428bca; text-decoration: none; + cursor: pointer; } a:hover, .text-link:hover { @@ -604,6 +606,12 @@ ul.menu-down { box-shadow: 0 0 2px #666666; background-color: #ffffff; } +ul.menu-down-show { + position: absolute; + z-index: 99; + box-shadow: 0 0 2px #666666; + background-color: #ffffff; +} ul.menu-radius { border-radius: .3em; } |