Hallo
Besten Dank an Andreas und milupo. Alles so eingestellt wie beschrieben und es klappt! Vielleicht habt ihr noch eine Idee zu #1.
Die Buttons rechts oben (min , max und close) sind mit diesem Code in der "userChrome.css" so geschaltet Bild 1 Nr.3.
noch mal der Code
CSS
/***********3 Buttons rechts oben******************/
#titlebar-min:hover{
background:#cccccc!important;
}
#titlebar-max:hover{
background:#cccccc!important;
}
#titlebar-close:hover{
background:#ee5500!important;
}
#titlebar-min,
#titlebar-max,
#titlebar-close{
border: 1px solid grey !important;
margin-top: -4px !important;
margin-bottom: 1px !important;
border-radius: 7px !important;
}
Alles anzeigen
Der gleiche Code ist auch in der "userChrome.css" von 67.0. Da sieht es aber so wie auf Bild 2 Nr.3 aus. Was muss ich ändern das das gleich ist ?