Sorry, by ‘in front’ I thought you meant ‘left-to-right’ I didn’t think of
‘towards the viewer’. Yes, you can style .combo box directly, but that doesn’t
affect the entire button. The button also has a border and a background image.
(which fills the area around that box) If you want to style the entire button
the same, you can skip .combo box and just style .combo and override the
background-image.
See my previous post with garish colors.
So you’d do this:
.combo {
background-color: dimgray;
background-image: none;
}
Regards,
Adrien
> On Aug 8, 2018, at 10:31 AM, GT-I9070 H <[email protected]> wrote:
>
> Em ter, 7 de ago de 2018 às 15:56, GT-I9070 H <[email protected]> escreveu:
> Very good!
>
> And the color of the bar?
>
>
> Regards
> GTI
>
> Since nobody found the color of the summary bar, I searched and found here
> https://imgur.com/a/9tlCWbE in the first image.
> (I understand very much of css 😎)
>
> Adrien, this is the child element in front of the bar I was looking for:
>
> .combo box {
> background-color: dimgray;
> }
>
> This is the beautiful result:
> <Summary Bar.JPG>
>
> Now it's just missing this dark frame (red arrow in figure) to dominate the
> entire summary bar.
>
> Does anyone know what the selector is for this element?
>
>
> Regards
> GTI
_______________________________________________
gnucash-user mailing list
[email protected]
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.