summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/admin_console/license_settings.jsx9
-rw-r--r--webapp/components/user_settings/premade_theme_chooser.jsx2
-rw-r--r--webapp/sass/layout/_post.scss2
3 files changed, 9 insertions, 4 deletions
diff --git a/webapp/components/admin_console/license_settings.jsx b/webapp/components/admin_console/license_settings.jsx
index 30a97a73b..20e2fc83a 100644
--- a/webapp/components/admin_console/license_settings.jsx
+++ b/webapp/components/admin_console/license_settings.jsx
@@ -153,7 +153,12 @@ class LicenseSettings extends React.Component {
edition = (
<p>
{'Mattermost Enterprise Edition. Unlock enterprise features in this software through the purchase of a subscription from '}
- <a href='https://mattermost.com/'>{'https://mattermost.com/'}</a>
+ <a
+ target='_blank'
+ href='https://mattermost.com/'
+ >
+ {'https://mattermost.com/'}
+ </a>
</p>
);
@@ -174,7 +179,7 @@ class LicenseSettings extends React.Component {
licenseKey = (
<div className='col-sm-8'>
<div className='file__upload'>
- <button className='btn btn-default'>
+ <button className='btn btn-primary'>
<FormattedMessage
id='admin.license.choose'
defaultMessage='Choose File'
diff --git a/webapp/components/user_settings/premade_theme_chooser.jsx b/webapp/components/user_settings/premade_theme_chooser.jsx
index 326120957..7ccc76d7a 100644
--- a/webapp/components/user_settings/premade_theme_chooser.jsx
+++ b/webapp/components/user_settings/premade_theme_chooser.jsx
@@ -54,7 +54,7 @@ export default class PremadeThemeChooser extends React.Component {
{premadeThemes}
<div className='col-sm-12 padding-bottom x2'>
<a
- href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-themes'
+ href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-theme-examples'
target='_blank'
>
<FormattedMessage
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 85447e534..93c4cf642 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -814,7 +814,7 @@ body.ios {
text-indent: 3px;
&:before {
- content: '&#10625;';
+ content: '\2022';
margin-right: 8px;
}
}