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:
authorThomas Bruederli <thomas@roundcube.net>2017-05-19 11:29:58 +0300
committerThomas Bruederli <thomas@roundcube.net>2017-05-19 11:32:24 +0300
commit99e67fb4c3fbc99baa778739e37a02b47f2c74e9 (patch)
tree3512a7a815dec2873515beb0cc213337515fea40 /skins
parent673d7accb97d0450bcfbf13934633516b9f07732 (diff)
Highlight listmenu button when focused + better button style
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css13
-rw-r--r--skins/larry/styles.css3
2 files changed, 10 insertions, 6 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 1c63dd909..19903dbcc 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1400,15 +1400,20 @@ div.message-partheaders .headers-table td.header {
}
.widescreen #messagelistheader .listmenu {
- margin-right: 10px;
+ margin-right: 8px;
vertical-align: middle;
- line-height: 22px;
- width: 26px;
+ line-height: 24px;
+ width: 28px;
padding: 0;
text-indent: -5000px;
overflow: hidden;
display: inline-block;
- background: url(images/listicons.png) 0 -2330px no-repeat;
+ background: url(images/listicons.png) 0 -2328px no-repeat;
+}
+
+.widescreen #messagelistheader .listmenu:focus {
+ background-color: rgba(128,128,128,0.55);
+ outline: none;
}
.widescreen #countcontrols {
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index d9bd90ee6..c443b3c5c 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -110,12 +110,11 @@ label input + span {
input.button {
display: inline-block;
margin: 0 2px;
- padding: 2px 5px;
+ padding: 4px 8px;
color: #525252;
border: 1px solid #c0c0c0;
border-radius: 4px;
background: #f7f7f7;
- box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
text-decoration: none;
outline: none;
}