Skip to content

Instantly share code, notes, and snippets.

@Tvangeste
Created January 19, 2013 18:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Tvangeste/4574234 to your computer and use it in GitHub Desktop.
Save Tvangeste/4574234 to your computer and use it in GitHub Desktop.
/*
Here's a CSS code to hide the most of GoldenDict's Scan Popup buttons.
Enable or disable them as you wish.
*/
/* ScanPopup #goBackButton, */
/* ScanPopup #queryError */
ScanPopup #goBackButton,
ScanPopup #goForwardButton,
ScanPopup #wordListButton,
ScanPopup #pronounceButton,
ScanPopup #sendWordButton
/* ScanPopup #showDictionaryBar, */
/* ScanPopup #pinButton */
{
width: 0px;
height: 0px;
margin: -4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment