After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 642112 - One widget in a notebook uses the notebook colour
One widget in a notebook uses the notebook colour
Status: RESOLVED DUPLICATE of bug 640692
Product: gnome-themes-standard
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-themes-standard-maint
gnome-themes-standard-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-11 16:15 UTC by Bastien Nocera
Modified: 2011-03-17 19:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (113.06 KB, image/png)
2011-02-11 16:15 UTC, Bastien Nocera
Details

Description Bastien Nocera 2011-02-11 16:15:10 UTC
Created attachment 180663 [details]
screenshot

And the rest of the widgets seem to get their bg colour from somewhere else.

I applied this tiny patch to the gtk.css:

@@ -178,7 +178,7 @@ GtkScale {
 
 .notebook {
     -adwaita-selected-tab-color: #8dc0f3;
-    background-color: shade (@bg_color, 1.12);
+    background-color: #ff0000;
     padding: 2;
     border-style: solid;
     border-radius: 0;

And this is the resulting screenshot in gnome-control-center's background panel.

Note that the same problem would happen in glade. Just create 2 separate GtkDrawingArea, one inside a notebook, one outside it.
Comment 1 Cosimo Cecchi 2011-03-17 19:48:44 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 640692 ***