Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Gnome/tests/   (Gnome Linux Desktop Version 4.23.2©)  Datei vom 30.5.2026 mit Größe 440 B image not shown  

Quelle  testgtk.css   Sprache: unbekannt

 
Spracherkennung für: .css vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/* testgtk2.css sets all the buttons in the main window to blue by default */
@import url("testgtk2.css");

* {
    font-family: Sans;
    font-size: 12px;
}

label:selected {
    background-color: gray;
}

label:hover {
    background-color: mix(#a0a0a0, rgb(75%, 78%, 0%), 0.9);
}

/* override testgtk2, introduce the green color in the button list */
#main_window scrolledwindow button:hover {
    background-color: rgb(0%, 75%, 0%);
}


[Dauer der Verarbeitung: 0.12 Sekunden, vorverarbeitet 2026-07-05]