Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-07-17 21:11:29 +0300
committerAleksander Machniak <alec@alec.pl>2019-07-17 21:11:29 +0300
commit900c6813e3708013a9083cf4ae59b6282583f1ff (patch)
tree271449a66880a728244e177f492b821d18eeb7f8 /skins
parentfbe36c7f5a3379a31b553e7c85a24e779440e9d3 (diff)
parent07b67fe20e9c66fdea2d02eeff2b2aeb17817f49 (diff)
Merge branch 'pr-elastic-icons' of https://github.com/thomascube/roundcubemail into thomascube-pr-elastic-icons
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/widgets/buttons.less7
-rw-r--r--skins/elastic/styles/widgets/menu.less24
-rw-r--r--skins/elastic/templates/compose.html2
-rw-r--r--skins/elastic/templates/mail.html4
-rw-r--r--skins/elastic/ui.js2
5 files changed, 23 insertions, 16 deletions
diff --git a/skins/elastic/styles/widgets/buttons.less b/skins/elastic/styles/widgets/buttons.less
index 6d6ed85ae..5f2f070ef 100644
--- a/skins/elastic/styles/widgets/buttons.less
+++ b/skins/elastic/styles/widgets/buttons.less
@@ -114,15 +114,18 @@ button.btn {
&.folders:before {
content: @fa-var-folder-open;
}
+ &.options:before {
+ content: @fa-var-sliders-h;
+ }
&.tools:before,
&.settings:before {
- content: @fa-var-wrench;
+ content: @fa-var-cog;
}
&.properties:before {
content: @fa-var-info-circle;
}
&.select:before {
- .font-icon-regular(@fa-var-check-circle);
+ .font-icon-regular(@fa-var-check-square);
}
&.insert.recipient:before {
content: @fa-var-user-plus;
diff --git a/skins/elastic/styles/widgets/menu.less b/skins/elastic/styles/widgets/menu.less
index 952bf8b6f..8b77dd71d 100644
--- a/skins/elastic/styles/widgets/menu.less
+++ b/skins/elastic/styles/widgets/menu.less
@@ -370,9 +370,12 @@ a.toolbar-button {
&.contacts:before {
content: @fa-var-users;
}
- &.settings:before {
+ &.options:before {
content: @fa-var-sliders-h;
}
+ &.settings:before {
+ content: @fa-var-cog;
+ }
&.help:before {
content: @fa-var-life-ring;
}
@@ -469,10 +472,14 @@ a.toolbar-button {
&.expand:before {
content: @fa-var-angle-right;
}
- &.expand.all:before,
- &.expand.none:before,
+ &.expand.all:before {
+ content: @fa-var-angle-double-down;
+ }
+ &.expand.none:before {
+ content: @fa-var-angle-double-right;
+ }
&.expand.unread:before {
- content: @fa-var-comments;
+ .font-icon-regular(@fa-var-envelope);
}
&.export:before,
&.export.all:before,
@@ -596,10 +603,10 @@ a.toolbar-button {
content: @fa-var-trash-alt;
}
&.select:before {
- .font-icon-regular(@fa-var-check-circle);
+ content: @fa-var-mouse-pointer;
}
&.select.all:before {
- content: @fa-var-check-square;
+ content: @fa-var-asterisk;
}
&.select.invert:before {
content: @fa-var-square;
@@ -611,14 +618,11 @@ a.toolbar-button {
.font-icon-solid(@fa-var-bars);
}
&.selection:before {
- content: @fa-var-mouse-pointer;
+ .font-icon-regular(@fa-var-check-square);
}
&.send:before {
content: @fa-var-paper-plane;
}
- &.settings:before {
- content: @fa-var-sliders-h;
- }
&.showurl:before {
content: @fa-var-link;
}
diff --git a/skins/elastic/templates/compose.html b/skins/elastic/templates/compose.html
index 5d8adf766..7c2f11dca 100644
--- a/skins/elastic/templates/compose.html
+++ b/skins/elastic/templates/compose.html
@@ -79,7 +79,7 @@
<span class="header-title"><roundcube:label name="compose" /></span>
<!-- toolbar -->
<div id="messagetoolbar" class="toolbar menu" role="toolbar" aria-labelledby="aria-label-toolbar">
- <a class="settings" href="#options" onclick="UI.show_sidebar()" data-hidden="big">
+ <a class="options" href="#options" onclick="UI.show_sidebar()" data-hidden="big">
<span class="inner"><roundcube:label name="optionsandattachments"></span>
</a>
<roundcube:button command="savedraft" type="link" class="save draft disabled" classAct="save draft"
diff --git a/skins/elastic/templates/mail.html b/skins/elastic/templates/mail.html
index a57140ce5..4310f08e8 100644
--- a/skins/elastic/templates/mail.html
+++ b/skins/elastic/templates/mail.html
@@ -36,7 +36,7 @@
<roundcube:if condition="env:threads" />
<a href="#threads" class="threads disabled" data-popup="threadselect-menu" title="<roundcube:label name="threads" />"><span class="inner"><roundcube:label name="threads" /></span></a>
<roundcube:endif />
- <roundcube:object name="listmenulink" class="settings active" label="options" innerclass="inner" />
+ <roundcube:object name="listmenulink" class="options active" label="options" innerclass="inner" />
<roundcube:container name="listcontrols" id="listcontrols" />
</div>
<roundcube:button command="checkmail" type="link" class="button icon toolbar-button refresh"
@@ -153,8 +153,8 @@
<div id="threadselect-menu" class="popupmenu">
<h3 id="aria-label-threadselectmenu" class="voice"><roundcube:label name="arialabelthreadselectmenu" /></h3>
<ul class="menu listing" role="menu" aria-labelledby="aria-label-threadselectmenu">
- <roundcube:button command="expand-all" type="link-menuitem" label="expand-all" class="expand all disabled" classAct="expand all active" />
<roundcube:button command="expand-unread" type="link-menuitem" label="expand-unread" class="expand unread disabled" classAct="expand unread active" />
+ <roundcube:button command="expand-all" type="link-menuitem" label="expand-all" class="expand all disabled" classAct="expand all active" />
<roundcube:button command="collapse-all" type="link-menuitem" label="collapse-all" class="expand none disabled" classAct="expand none active" />
</ul>
</div>
diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js
index 401d52b71..05cd85b14 100644
--- a/skins/elastic/ui.js
+++ b/skins/elastic/ui.js
@@ -522,7 +522,7 @@ function rcube_elastic_ui()
// Add Select button to the list navigation bar
if (!button) {
- button = $('<a>').attr({'class': 'button select disabled', role: 'button', title: rcmail.gettext('select')})
+ button = $('<a>').attr({'class': 'button selection disabled', role: 'button', title: rcmail.gettext('select')})
.on('click', function() { if ($(this).is('.active')) table.toggleClass('withselection'); })
.append($('<span class="inner">').text(rcmail.gettext('select')));