1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-09 09:22:28 +02:00
TableFilter/static/style/help.styl

59 lines
1.3 KiB
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Help box default style
*/
2015-08-07 12:11:27 +02:00
@import 'config'
@import 'mixins/arrow'
@import 'mixins/box-shadow'
2015-08-04 10:38:40 +02:00
// help button
.helpBtn
2015-08-07 12:11:27 +02:00
display inline-block
margin 0
padding 10px 15px 10px 15px
2015-08-07 14:10:08 +02:00
border-left 1px solid $toolbar-divider-color
border-right 1px solid $toolbar-divider-color
vertical-align top
2015-08-07 12:11:27 +02:00
&:hover
background-color #F4F4F4
border-radius 3px
2015-08-04 10:38:40 +02:00
// help container
div.helpCont
2015-08-07 12:11:27 +02:00
arrow(top, 10px white, 2px #ccc)
box-shadow(3px 3px 2px #888)
2015-08-04 10:38:40 +02:00
position absolute
display none
2015-08-07 14:10:08 +02:00
width 300px
2015-08-04 10:38:40 +02:00
padding 10px
2015-08-07 14:10:08 +02:00
margin 45px 0 0 -150px
2015-08-04 10:38:40 +02:00
border 1px solid #CCC
line-height 20px
2015-08-07 14:10:08 +02:00
font-size inherit
2015-08-04 10:38:40 +02:00
color #333
background #fff
text-align left
a
color #cc0000
text-decoration underline;
font-weight normal
a.close
color #333
text-decoration none
font-weight bold
2015-08-06 07:27:09 +02:00
&:hover
text-decoration none
2015-08-04 10:38:40 +02:00
hr
border 1px solid #ccc
div.helpFooter
margin 10px 0 0 0
h4
margin 2px 2px 2px 2px
color #333