Ajout des icônes de la barre

This commit is contained in:
Mattéo Delabre 2016-04-27 12:31:16 +02:00
parent 4e824e92dc
commit 18fb9a9419
7 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,9 @@
* Feuille de style pour l'interface de Skizzle * Feuille de style pour l'interface de Skizzle
*/ */
/* styles généraux */
* { * {
FontName: overpass; FontName: overpass;
FontSize: 14; FontSize: 14;
@ -11,6 +14,9 @@
Window { Window {
BackgroundColor: #FFFFFFff; BackgroundColor: #FFFFFFff;
BorderWidth: 0; BorderWidth: 0;
ShadowDistance: 3;
ShadowAlpha: 0;
} }
ScrolledWindow { ScrolledWindow {
@ -65,3 +71,9 @@ Button:ACTIVE, Entry:ACTIVE {
Separator { Separator {
Color: #D2D2D2ff; Color: #D2D2D2ff;
} }
/* barre d'objets */
Window#object_toolbar {
BackgroundColor: #EFEFEFff;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.