Module: libav.org Branch: master Commit: 596486d4a7eb6b078806f70dab26ce5948aecd42
Author: Luca Barbato <[email protected]> Committer: Luca Barbato <[email protected]> Date: Sun Nov 9 22:11:25 2014 +0100 css: Drop the button gradient --- htdocs/css/bootstrap-theme.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/htdocs/css/bootstrap-theme.css b/htdocs/css/bootstrap-theme.css index 7d19166..1ec4060 100644 --- a/htdocs/css/bootstrap-theme.css +++ b/htdocs/css/bootstrap-theme.css @@ -43,12 +43,6 @@ } .btn-default { text-shadow: 0 1px 0 #fff; - background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); - background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); - background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); - background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #dbdbdb; border-color: #ccc; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
