1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-18 14:26:40 +02:00
TableFilter/static/style/help.styl

58 lines
1.4 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
2015-08-09 07:18:09 +02:00
height 27px
2015-08-07 12:11:27 +02:00
margin 0
2015-08-09 07:18:09 +02:00
padding 8px 15px 0 15px
2015-08-07 14:10:08 +02:00
vertical-align top
2015-08-07 12:11:27 +02:00
&:hover
2015-08-09 07:18:09 +02:00
background-color $toolbar-hover-color
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-07 16:23:32 +02:00
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
2018-06-15 16:21:26 +02:00
z-index 1000
2015-08-04 10:38:40 +02:00
a
2015-08-07 16:23:32 +02:00
color #cc0000
2015-10-04 04:04:01 +02:00
text-decoration underline
2015-08-07 16:23:32 +02:00
font-weight normal
2015-08-04 10:38:40 +02:00
a.close
2015-10-04 04:04:01 +02:00
color #333 !important
text-decoration none !important
2015-08-07 16:23:32 +02:00
font-weight bold
2015-08-04 10:38:40 +02:00
2015-08-06 07:27:09 +02:00
&:hover
text-decoration none
2015-08-04 10:38:40 +02:00
hr
2015-08-07 16:23:32 +02:00
border 1px solid #ccc
2015-08-04 10:38:40 +02:00
div.helpFooter
2015-08-07 16:23:32 +02:00
margin 10px 0 0 0
2015-08-04 10:38:40 +02:00
h4
2015-08-07 16:23:32 +02:00
margin 2px 2px 2px 2px
color #333