Gnome Shell theme and box-shadow

Flavien Lambert <[email protected]>
Newsgroups gmane.comp.gnome.general
Message-ID <CAK=1gbo14=swXyzHELbO9=ZNzwi4x1uU+HHf_ms0CRUpUhKOdA@mail.gmail.com>
Hi everyone, I am playing with the Gnome Shell theme, creating my own css
file. I am facing a weird problem related to the use of box-shadow. I try
to put a shadow on buttons in the following way:

.candidate-page-button,
.notification-button,
.notification-icon-button,
.hotplug-notification-item,
.hotplug-resident-eject-button,
.modal-dialog-button{
    color: #ffffff;
    background-gradient-start : #4a90d9;
    background-gradient-end : #4a90d9;
    border-radius: 0px;
    border: 0px;
    box-shadow : 0px 0px 5px black;
}

but the shadow is totally messy, creating strange patterns. The shadow is
fine on

.system-menu-action {
    background-color : #4a90d9;
    color: white;
    border: 0px;
    padding: 13px;
    box-shadow : 0px 0px 5px #000000;
}

Any hints?

Thanks,
F.

_______________________________________________
gnome-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gnome-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.