Arrow cursor on style name

This commit is contained in:
Jaroslav Petrnoušek 2014-10-03 22:31:25 +02:00
parent eed410663b
commit 01e705aef0

View File

@ -14,6 +14,7 @@
display: inline; display: inline;
} }
.style-name { .style-name {
cursor: default;
display: inline; display: inline;
font-weight: bold; font-weight: bold;
} }
@ -51,4 +52,4 @@
<script src="popup.js"></script> <script src="popup.js"></script>
</body> </body>
</html> </html>