Gnome Shell theme and box-shadow

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
gnome-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gnome-list

[Index of Archives]     [Fedora Desktop]     [Trinity Users]     [KDE]     [Gimp]     [Yosemite News]

  Powered by Linux