1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-05 08:03:17 +02:00
TableFilter/static/style/help.styl
2018-06-16 00:21:26 +10:00

58 lines
1.4 KiB
Stylus

/**
* Help box default style
*/
@import 'config'
@import 'mixins/arrow'
@import 'mixins/box-shadow'
// help button
.helpBtn
display inline-block
height 27px
margin 0
padding 8px 15px 0 15px
vertical-align top
&:hover
background-color $toolbar-hover-color
// help container
div.helpCont
arrow(top, 10px white, 2px #ccc)
box-shadow(3px 3px 2px #888)
position absolute
display none
width 300px
padding 10px
margin 45px 0 0 -150px
border 1px solid #CCC
line-height 20px
font-size inherit
color #333
background #fff
text-align left
z-index 1000
a
color #cc0000
text-decoration underline
font-weight normal
a.close
color #333 !important
text-decoration none !important
font-weight bold
&:hover
text-decoration none
hr
border 1px solid #ccc
div.helpFooter
margin 10px 0 0 0
h4
margin 2px 2px 2px 2px
color #333