UI-Border

  • Was kommt denn noch unterm UI wie der Nav-Leiste und restlichem, also das rötliche ist die so eingefärbte "2 px-border-bottom" der nav-bar, aber darunter ist dennoch zusätzlich auf jeder Webseite ein "1 px schwarzer Rand" (siehe Bild)
    ----
    [attachment=0]2018-01-15_14-07-30.jpg[/attachment]
    ----
    Windows 10, Firefox 57.04 64 Bit (altes Profil^^)

  • Falls du den Border-Bottom entfernen willst:

    CSS
    #navigator-toolbox::after {
    	border-bottom: 0 none !important;
    	/*oder einfach
    	display: none !important;*/
    }

    Der Selektor ist jedenfalls "#navigator-toolbox::after ".

    Einmal editiert, zuletzt von Anonymous (15. Januar 2018 um 15:58)