Show More
@@ -30,6 +30,8 b' a.anchor-link:link {' | |||
|
30 | 30 | visibility: hidden; |
|
31 | 31 | } |
|
32 | 32 | |
|
33 | h1:hover .anchor-link { | |
|
34 | visibility: visible; | |
|
35 | } No newline at end of file | |
|
33 | h1,h2,h3,h4,h5,h6 { | |
|
34 | &:hover .anchor-link { | |
|
35 | visibility: visible; | |
|
36 | } | |
|
37 | } |
@@ -1040,7 +1040,7 b' div.text_cell_input{color:#000000;border:1px solid #cfcfcf;border-radius:4px;bac' | |||
|
1040 | 1040 | div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;} |
|
1041 | 1041 | a.heading-anchor{text-decoration:none;color:inherit;} |
|
1042 | 1042 | a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;} |
|
1043 | h1:hover .anchor-link{visibility:visible;} | |
|
1043 | h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible;} | |
|
1044 | 1044 | .toolbar{padding:3px 15px;border-bottom:1px #ababab solid;}.toolbar button{margin-top:2px;margin-bottom:2px;} |
|
1045 | 1045 | .toolbar select,.toolbar label{height:19px;vertical-align:middle;margin-right:2px;margin-bottom:0;display:inline;font-size:92%;margin-left:0.3em;margin-right:0.3em;padding:0px;} |
|
1046 | 1046 | .toolbar select{width:auto;} |
General Comments 0
You need to be logged in to leave comments.
Login now