Ajout des icônes de la barre
This commit is contained in:
parent
4e824e92dc
commit
18fb9a9419
|
@ -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.
Loading…
Reference in New Issue