On Mon, 2012-12-03 at 13:20 -0600, Federico Mena Quintero wrote:
> 
> See
> gnome-themes-standard/themes/Adwaita/gtk-3.0/borders/generic-border-focused.png
> 
> I think that's where it comes from.  gtk-widgets-borders.css has this
> bit:
> 
> /* focused element borders */
> .entry:focus,
> GtkComboBox.combobox-entry .entry:focus,
> .button.default:active,
> .inline-toolbar.toolbar.vertical .button.default:active,
> GtkSwitch.trough:active { 
>     border-image: url("borders/generic-border-focused.png") 3 3 4 3 / 3px 3px 
> 4px 3px stretch;
>     border-radius: 3px;
>     border-width: 1px 1px 2px 1px;
>     border-style: solid;
>     border-color: transparent;
> }
> 
> So I think that's the right file.
> 
>   Federico
> 
> 
Yes, I'd found that but I think the images are all stored in a binary
file, so it won't be quite as simple to modify as the stuff I've done so
far. And I'd been hoping that the color wouldn't be baked into a PNG,
but I guess it is. Well still learning, thanks!


-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to