Main Page

Difference between revisions of "User:SynthSy/tweeki-white-theme.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 9: Line 9:
 
}
 
}
  
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
+
#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {
     background-image: none !important;
+
    padding: 0;
 +
    height: 100%;
 +
    min-height: 100%;
 +
    width: 100%;
 +
     min-width: 0;
 
}
 
}

Revision as of 20:27, 4 January 2018

.plainlinks {
 color: black;
}

.btn,
.btn:hover {
  border-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 0;
}