Created
October 10, 2017 08:08
-
-
Save jaywick/c98217989eb3aad11225d0c922518245 to your computer and use it in GitHub Desktop.
Style fixes for https://github.com/sblask/webextension-bookmark-dial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a { | |
| border-radius: 2px !important; | |
| } | |
| div.absoluteBottom{ | |
| background: rgba(25,25,25,0.8); | |
| color: white; | |
| } | |
| span.absoluteBottom { | |
| font-family: arial; | |
| overflow: hidden; | |
| padding: 6px 5px; | |
| text-overflow: ellipsis; | |
| white-space: nowrap; | |
| font-size: 15px !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment