Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benschwarz/a94536e67861d61e558f to your computer and use it in GitHub Desktop.
Save benschwarz/a94536e67861d61e558f to your computer and use it in GitHub Desktop.
Selector excerpt
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.col-signup .signup .btn-facebook:not(:first-child):not(:last-child),
.btn-group-vertical>.col-signup .signup .btn-google:not(:first-child):not(:last-child),
.btn-group-vertical>.col-signup .signup .btn-login:not(:first-child):not(:last-child),
.btn-group-vertical>.col-signup .signup .btn-signup:not(:first-child):not(:last-child),
.btn-group-vertical>.frm-no-account .btn-go:not(:first-child):not(:last-child),
.btn-group-vertical>.nav-bar .menu-search li .btn-close:not(:first-child):not(:last-child),
.btn-group-vertical>.nav-bar .menu-search li .btn-search:not(:first-child):not(:last-child),
.btn-group-vertical>div[chart-view] .tablet-switch .first-half-btn:not(:first-child):not(:last-child),
.btn-group-vertical>div[chart-view] .tablet-switch .second-half-btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.col-signup .signup .btn-facebook,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.col-signup .signup .btn-google,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.col-signup .signup .btn-login,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.col-signup .signup .btn-signup,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.frm-no-account .btn-go,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.nav-bar .menu-search li .btn-close,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.nav-bar .menu-search li .btn-search,
.btn-group>.btn-group:not(:first-child):not(:last-child)>div[chart-view] .tablet-switch .first-half-btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>div[chart-view] .tablet-switch .second-half-btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.col-signup .signup .btn-facebook:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.col-signup .signup .btn-google:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.col-signup .signup .btn-login:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.col-signup .signup .btn-signup:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.frm-no-account .btn-go:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.nav-bar .menu-search li .btn-close:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.nav-bar .menu-search li .btn-search:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>div[chart-view] .tablet-switch .first-half-btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>div[chart-view] .tablet-switch .second-half-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment