Hi all,

i'm building a interface using clutter , mx  and C for test the clutter
"power".
But now i need to change the MxProgressBar style, i need a red bar insted
the default blue bar.
I already try to change a lot of things on style/default.css for progressbar
but no efect. I only changed the bar background
but the blue color i can't change. I created a directory called style/ on my
project main directory and put the images inside it, with
my own default.css. But i cant see any changes when i try to modify the bar,
just can change the backgroud.
Is there some tutorial or documentation for Mx css style?

This is my CSS file ProgressBar Section;
The progress-bar-background i can change and modify all properties like
padding and size and the image. But the bar still blue.

MxProgressBar {
  padding: 0 0 3 0;
  border-image: url('progress-bar-background.png') 3 3 6 3;
}

MxProgressBar MxProgressBarFill {
  border-image: url('progress-bar-bar-red.png') 3;
  height: 16;
}

Sorry my bad english!

-- 
Emilio Seidel Fernandes
Tec. Desenvolvimento de Sistemas Distribuídos - UTFPR Curitiba - Paraná -
Brasil
_______________________________________________
Moblin dev Mailing List
dev@moblin.org

To manage or unsubscribe from this mailing list visit:
http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org 
once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to