Localhost rabbitmq dark theme
RabbitMq by willsmith9182
Details
Authorwillsmith9182
LicenseNo License
Categoryrabbitmq.com
Created
Updated
Size2.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
change the prefix if you browse on different urls etc.
Source code
/* ==UserStyle==
@name RabbitMq Management panel Dark
@namespace USO Archive
@version 20160209.11.08
@description Dark theme for the management panel
@author RobertPlant
@license NO-REDISTRIBUTION==/UserStyle== */
@-moz-document url-prefix("http://127.0.0.1:15672/") {
* {
background: #333333;
color: #ededed;
}
button,
input {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #646464), color-stop(1, #898989)) !important;
border: 1px solid #FF8E34 !important;
}
.flot-overlay {
display: none;
}
.chart * {
background: none !important;
}
.form-popup-info,
.form-popup-info *
{
color: #ededed !important;
background: #808080 !important;
}
div.section-visible > h2 {
color: #ededed !important;
background: #808080 !important;
background-image: url(../img/expand.png) !important;
background-repeat: no-repeat !important;
background-position: 4px 4px !important;
}
div.section-invisible > h2 {
color: #ededed !important;
background: #808080 !important;
background-image: url(../img/collapse.png) !important;
background-repeat: no-repeat !important;
background-position: 4px 4px !important;
}
.rate-visibility-option
{
background: #333333 !important;
}
tr.alt1>td
{
background: #333333!important;
color: #ededed!important;
}
tr.alt2>td
{
background: #1a1a1a!important;
color: #ededed!important;
}
tr.alt1>td *
{
background: #333333!important;
color: #ededed!important;
}
tr.alt2>td *
{
background: #1a1a1a!important;
color: #ededed!important;
}
table.list td a
{
color: #FF8E34 !important;
}
table.list th a.sort
{
color: #FF8E34 !important;
}
table th
{
background: #333333!important;
color: #ededed!important;
}
b,dt
{
color: #ededed!important;
}
a
{
color: #FF8E34 !important;
}
.help, .popup-options-link
{
color: #ededed !important;
background: #808080 !important;
}
.tag-link, .argument-link
{
color: #ededed !important;
}
abbr
{
color: #ededed !important;
background: #808080 !important;
}
}