Skip to content

Instantly share code, notes, and snippets.

@se7ensoft
Created May 14, 2017 05:04
Show Gist options
  • Save se7ensoft/8ae678371193d638cd76a73961fe48a7 to your computer and use it in GitHub Desktop.
Save se7ensoft/8ae678371193d638cd76a73961fe48a7 to your computer and use it in GitHub Desktop.
#GM_eBayOverlayContainer{
right: 0;
margin-right:10px;
top: 0;
width: 160px;
position:relative;
}
#GM_eBayOverlay {
border:1px solid #DDD;
border-radius: 3px;
background: white;
padding-top:5px;
}
#GM_eBayOverlay_ControlBox li {
margin-left: -12px;
list-style-type: none !important;
}
#GM_eBaySettingsResetIcon {
opacity: .7;
float:right;
margin-top:-4px;
margin-right: 1px;
cursor:pointer;
width:14px;
height:14px;
}
#GM_eBaySettingsResetIcon:hover {
opacity: 1;
}
#GM_eBayBadSellers_UList {
overflow: hidden;
max-height: 240px;
}
#GM_eBayBadSellers_UList:hover {
overflow: auto;
overflow-x:hidden;
}
.GM_ebayHeader {
font-family: "Helvetica neue",Helvetica,Arial,Sans-serif;
font-size: 14px;
font-weight:bold;
margin-left:5px;
}
.GM_eBayBadSellerName {
line-height: 16px;
font-weight: bold;
font-size: 12px;
}
.GM_eBayBadSeller_ResultFilterBar {
border: 4px solid #ddd;
width:100% !important;
min-width: 100% !important;
}
.GM_eBayBadSeller_FilterBarHeader {
color:#BCBCBC;
font-size:16pt;
}
.GM_eBayBadSeller_FilterBarLink {
color: #ddd !important;
}
a.GM_eBayBadSeller_FilterBarLink:visited {
color:#CECECE !important;
}
.GM_eBayBadSeller_FilterBarCloseButton {
font-weight: bold;
color: #ddd;
font-size: 14pt;
cursor: pointer;
}
.GM_eBayBadSeller_FilterBarCloseButton:hover{
color:#aaa;
}
.GM_eBayBadSeller_NameLinkList {
/* margin: 0 !important; */
margin-bottom:3px !important;
margin-right: 3px !important;
list-style: none;
margin-left: -15px;
}
.unselectable {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.GM_eBayTableElement {
width:100%;
min-width:100%;
}
.GM_eBayBadSellers_ActionLink {
font-size: 8pt;
color: #8E8E8E;
cursor:pointer;
margin-top:2px;
}
.GM_eBayBadSellers_ActionLink:hover {
color:#666;
}
.GM_cbx {
color: #333 !important;
margin-left:3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment