Greasy Fork

Greasy Fork is available in English.

Gmx - webmails - restore blue buttons bar

Restore the blue theme of the buttons bar

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==UserStyle==
@name           Gmx - webmails - restore blue buttons bar
@namespace      https://github.com/Procyon-b
@version        0.2.1
@description    Restore the blue theme of the buttons bar
@author         Achernar
==/UserStyle== */

@-moz-document url-prefix("https://3c.gmx.net/mail/client/"), url-prefix("https://3c-bap.gmx.net/mail/client/"), url-prefix("https://3c-bs.gmx.com/mail/client/"), url-prefix("https://3c-bs.gmx.fr/mail/client/"), url-prefix("https://3c-bs.gmx.es/mail/client/"), url-prefix("https://3c-bs.gmx.co.uk/mail/client/") {
/* 20210113.1
restore old buttonbar style (colors). New color scheme uses "web.de"'s gray look everywhere. */

html.theme-intenseblue .menubar {
  background-color: #cbd9ed;
  border-color: #b8cae2;
  background-image: -webkit-linear-gradient(top,#cbd9ed,#bed0e9);
  background-image: linear-gradient(to bottom,#cbd9ed,#bed0e9);
}
html.theme-intenseblue ul.button li.inactive .area, html.theme-intenseblue ul.button li.inactive.transparent .area {
    color: #abaeb5!important;
    NOborder-color: #d2d8e2!important;
}
html.theme-intenseblue ul.button li.inactive:hover .area {
    color: #abaeb5!important;
    NOborder-color: #d2d8e2!important;
}
html.theme-intenseblue ul.button li .dropdown {
    background-position: -178px -290px;
}
html.theme-intenseblue ul.button li .area {
    color: #333;
    border-left-color: #eceff6;
}
html.theme-intenseblue ul.button li {
    border-color: #96a2b8;
    background-color: #fff;
    background: -webkit-linear-gradient(top,#fff,#d6dff0);
    background: linear-gradient(to bottom,#fff,#d6dff0);
}
html.theme-intenseblue ul.button li.inactive, html.theme-intenseblue ul.button li.inactive.transparent {
    background-color: #f5f8fd;
    background: -webkit-linear-gradient(top,#f5f8fd,#e0e6f2);
    background: linear-gradient(to bottom,#f5f8fd,#e0e6f2);
    border-color: #c3cbd8;
}
html.theme-intenseblue ul.button li:hover {
    background-color: #e4ebf5;
    background: -webkit-linear-gradient(top,#e4ebf5,#cdd8ec);
    background: linear-gradient(to bottom,#e4ebf5,#cdd8ec);
}
html.theme-intenseblue ul.button li.inactive:hover {
    background-color: #f5f8fd;
    background: -webkit-linear-gradient(top,#f5f8fd,#e0e6f2);
    background: linear-gradient(to bottom,#f5f8fd,#e0e6f2);
    border-color: #c3cbd8;
}
html.theme-intenseblue .panel-mail-display-table-mail-horizontal .icon.next, html.theme-intenseblue .panel-mail-display-table-mail-vertical .icon.next {
    background-position: -252px -237px;
}
html.theme-intenseblue .panel-mail-display-table-mail-horizontal .icon.prev, html.theme-intenseblue .panel-mail-display-table-mail-vertical .icon.prev {
    background-position: -50px -273px;
}
html.theme-intenseblue .panel-mail-display-table-mail-horizontal .button .change-view {
    background-position: -144px -237px;
}
html.theme-intenseblue .icon.change-view {
    background-position: -126px -237px;
}
html.theme-intenseblue .panel-mail-display-table-mail-vertical .button .change-view {
    background-position: -108px -237px;
}

/* 20210113 gmx modification */
svg.toolbar-button-icon {
  fill: #777;
}
li.inactive svg.toolbar-button-icon {
  fill: #CCC;
}

}