Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RES's Never ending list header update #22

Open
2 of 6 tasks
Jasius opened this issue Nov 3, 2016 · 1 comment
Open
2 of 6 tasks

RES's Never ending list header update #22

Jasius opened this issue Nov 3, 2016 · 1 comment

Comments

@Jasius
Copy link
Member

Jasius commented Nov 3, 2016

Browser font compatibility

  • Chrome

  • Firefox

  • latest IE

  • Edge

  • Safari

  • SASS variables for symbol fonts

@gofirst2220
Copy link

gofirst2220 commented Nov 3, 2016

@Jasius This is what I did to make the changes

:root{
    --font: "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    --icons: "Segoe MDL2 Assets", "Segoe UI Symbol";
}
.content {
    border: 0 solid transparent !important;
    outline: none !important;
    margin-right: 0;
    padding-right: 0;
    background-color: transparent !important;
}
.res .sitetable .sitetable {
    border: 0 solid transparent !important;
    outline: none !important;
}
.res-ner-listing {
    display: inherit !important;
    visibility: visible;
    border-right: 5px solid #d7ecff !important;
    font-family: var(--font) !important;
    background-color: transparent !important;
}
.link {
    border: 0 solid transparent !important;
    outline: none !important;
    font-family: var(--font) !important;
}
#siteTable .thing {
    border-top: 0 solid transparent !important;
    border-right: 0 solid transparent !important;
    border-bottom: 1px solid #d7ecff !important;
    outline: none !important;
    padding-right: 0 !important;
    margin-right: 0px;
    margin-top: 0;
    background-image: none !important;
}
.NERPageMarker {
    border-radius: 0 !important;
    background-color: #0057A6 !important;
    background-size: contain !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    color: white !important;
    border-bottom: none !important;
    outline: none !important;
    margin-right: -10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-weight: 400;
    font-size: 13px;
    border-right: 5px solid #1992FF !important;
    z-index: 2 !important;
}
.NERPageMarker:after {
    display: block;
    position: absolute;
    z-index: -1 !important;
    border-color: transparent transparent transparent #d7ecff;
    border-width: 10px;
    border-style: solid;
    content: "";
    margin-right: 0px;
    margin-left: 75.4%;
    margin-top: 0%;
    background-color: transparent !important;
    background-size: contain !important;
    color: #d7ecff;
    outline: none !important;
}
.NERPageMarker .gearIcon {
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    background-color: transparent !important;
    color: white !important;
    background-image: none !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    font-family: var(--icons) !important;
    text-align: right !important;
    display: inline-block !important;
    position: relative !important;
    outline: none !important;
}
.NERPageMarker .gearIcon:after {
    text-indent: 0px !important;
    color: white !important;
    content: "\E713" !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-family: var(--icons) !important;
    text-align: center !important;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants