Ticket #8157: 8157.patch
File 8157.patch, 4.1 KB (added by , 5 years ago) |
---|
-
bp-themes/bp-default/_inc/css/default.css
147 147 background: -webkit-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Chrome10+,Safari5.1+ */ 148 148 background: -o-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Opera11.10+ */ 149 149 background: -ms-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* IE10+ */ 150 background: linear-gradient(to p, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* W3C */150 background: linear-gradient(to top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* W3C */ 151 151 -moz-border-radius-bottomleft: 6px; 152 152 -webkit-border-bottom-left-radius: 6px; 153 153 border-bottom-left-radius: 6px; … … 1732 1732 background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */ 1733 1733 background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */ 1734 1734 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ 1735 background: linear-gradient(to p, #ffffff 0%,#ededed 100%); /* W3C */1735 background: linear-gradient(to top, #ffffff 0%,#ededed 100%); /* W3C */ 1736 1736 border: 1px solid #ccc; 1737 1737 -moz-border-radius: 3px; 1738 1738 -webkit-border-radius: 3px; … … 1763 1763 background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */ 1764 1764 background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */ 1765 1765 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */ 1766 background: linear-gradient(to p, #ffffff 0%,#e0e0e0 100%); /* W3C */1766 background: linear-gradient(to top, #ffffff 0%,#e0e0e0 100%); /* W3C */ 1767 1767 border: 1px solid #bbb; 1768 1768 color: #555; 1769 1769 outline: none; … … 1798 1798 background-image: url( ../images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */ 1799 1799 background-image: url( ../images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */ 1800 1800 filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */ 1801 background-image: url( ../images/ajax-loader.gif ), linear-gradient(to p, #ffffff 0%,#e0e0e0 100%); /* W3C */1801 background-image: url( ../images/ajax-loader.gif ), linear-gradient(to top, #ffffff 0%,#e0e0e0 100%); /* W3C */ 1802 1802 background-position: 95% 50%; 1803 1803 background-repeat: no-repeat; 1804 1804 padding-right: 25px; … … 1813 1813 background-image: url( ../images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */ 1814 1814 background-image: url( ../images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */ 1815 1815 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */ 1816 background-image: url( ../images/ajax-loader.gif ), linear-gradient(to p, #ffffff 0%,#e0e0e0 100%); /* W3C */1816 background-image: url( ../images/ajax-loader.gif ), linear-gradient(to top, #ffffff 0%,#e0e0e0 100%); /* W3C */ 1817 1817 border: 1px solid #ccc; 1818 1818 padding-right: 25px; 1819 1819 } … … 1847 1847 background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */ 1848 1848 background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */ 1849 1849 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ 1850 background: linear-gradient(to p, #ffffff 0%,#ededed 100%); /* W3C */1850 background: linear-gradient(to top, #ffffff 0%,#ededed 100%); /* W3C */ 1851 1851 border-color: #eee; 1852 1852 color: #bbb; 1853 1853 } -
bp-themes/bp-default/editor-style.css
72 72 } 73 73 acronym { 74 74 border-bottom: 0; 75 cursor: normal;75 cursor: default; 76 76 } 77 77 acronym:hover { 78 cursor: normal;78 cursor: default; 79 79 } 80 80 del { 81 81 text-decoration: line-through;