[Sugar-devel] Update images of "Switch desktop" - Actualizar Imagenes de "Cambiar Escritorio"

2012-09-16 Thread Ignacio Rodríguez
For the GNOME comes many varying versions. Therefore I propose that
actualizen images. The Gnome 2.32 is not the same as Fedora 17. If someone
does not understand what I explain in pictures:
[1] to [2]
*Spanish *
Desde hace muchas versiones el GNOME viene variando. Por lo cual propongo
que se actualizen las imagenes. El Gnome 2.32 no es el mismo que el de
Fedora 17. Si alguien no entiende lo explico en imagenes:
[1] pasa a [2]

[1] : http://wiki.sugarlabs.org/images/b/b0/After_Switch.png
[2] : http://wiki.sugarlabs.org/images/4/4b/Before_Switch.png

Saludos


-- 
Juan Ignacio Rodríguez
CeibalJAM!
Activity Central
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [PATCH sugar-artwork][DESIGN][PROPOSAL] Use the same style as Browse in all GtkNotebooks

2012-09-16 Thread Daniel Francis
BrowseNotebook is already used in Terminal and Browse, let's set it as the 
default GtkNotebook style.

Signed-off-by: Daniel Francis 
---
 gtk3/theme/gtk-widgets.css.em | 26 +-
 1 file changed, 9 insertions(+), 17 deletions(-)

diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 9059b49..c2351f0 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -297,36 +297,28 @@ GtkComboBox .separator {
 }
 
 .notebook tab {
-background-color: @button_grey;
-color: @white;
-}
-
-.notebook tab:active {
-background-color: @selection_grey;
-}
-
-/* Browse notebook */
-
-BrowseNotebook.notebook tab {
 background-color: @selection_grey;
+color: @white;
 }
 
-BrowseNotebook.notebook tab GtkLabel {
+.notebook tab GtkLabel {
 color: @white;
 }
 
-BrowseNotebook.notebook tab .button {
-border-radius: $(toolbutton_padding)px;
+.notebook tab:active {
+background-color: @toolbar_grey;
 }
 
-BrowseNotebook.notebook tab:active {
-background-color: @toolbar_grey;
+.notebook tab .button {
+border-radius: $(toolbutton_padding)px;
 }
 
-BrowseNotebook.notebook tab:active *:active {
+.notebook tab:active *:active {
 color: @white;
 }
 
+/* Browse Widgets */
+
 BrowseLinkInfo {
 color: @white;
 }
-- 
1.7.11.4

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel