Visually optimizing Namecheap for easier access and productivity.
Namecheap by Mohon by enamul-hoque

Details
Authorenamul-hoque
LicenseNo License
Categoryap.www.namecheap.com
Created
Updated
Code size1.9 kB
Code checksume7a2ac6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Namecheap by Mohon
@version 1.0.1
@namespace userstyles.world/user/enamul-hoque
@description Visually optimizing Namecheap for easier access and productivity.
@author enamul-hoque
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://ap.www.namecheap.com/ProductList/HostingSubscriptions") {
.gb-stand-with-ukraine-banner {
display: none;
}
.subscriptions-grid .btn-head > .btn {
padding: 8px 16px 7px;
background: transparent;
border-color: #8cc1c1 !important;
border-radius: 0;
font-weight: 400;
line-height: 18px;
text-transform: lowercase;
}
.subscriptions-grid .btn-head > .btn:first-letter {
text-transform: uppercase;
}
.subscriptions-grid .btn-head > .btn:hover,
.subscriptions-grid .btn-head > .btn:focus {
color: #000;
}
.subscriptions-grid .btn-head > .btn:active {
box-shadow: none;
}
.subscriptions-grid .dropdown-toggle {
display: none;
}
.subscriptions-grid .dropdown-menu {
position: relative;
display: flex !important;
margin-top: 0;
border-radius: 0;
box-shadow: none;
}
.subscriptions-grid .dropdown-menu > li {
border-width: 0 !important;
}
.subscriptions-grid .dropdown-menu > li > a {
border-radius: 0 !important;
}
.subscriptions-grid .dropdown-menu > li > a:hover,
.subscriptions-grid .dropdown-menu > li > a:focus {
color: #000;
background-color: transparent;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.subscriptions-grid .dropdown-menu > li:not(:last-child) > a {
border-right: 1px solid #8cc1c1;
}
.subscriptions-grid {
counter-reset: serversList;
}
.subscriptions-grid table.table > tbody td:first-child strong:before {
content: counter(serversList) ". ";
counter-increment: serversList;
}
}