Main Page

Difference between revisions of "User:SynthSy/liberty dark.css"

From Arks-Visiphone
Jump to navigation Jump to search
m (SynthSy moved page User:SynthSy/liberty.css to User:SynthSy/liberty dark.css without leaving a redirect)
 
(12 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
.dropdown-menu {
 
.dropdown-menu {
    color: #aaa;
+
  color: #aaa!important;
    background-color: #3A3F44;
+
  background-color: #3A3F44!important;
    border: 1px solid rgba(0, 0, 0, 0.6);
+
  background-clip: padding-box!important;
 +
  border: 1px solid rgba(0, 0, 0, 0.6)!important;
 +
  border-radius: 0.25rem!important;
 +
}
 +
.dropdown-item {
 +
  color: #aaa!important;
 +
  background-color: transparent!important;
 +
}
 +
 
 +
.dropdown-item:hover, .dropdown-item:focus {
 +
  color: #fff!important;
 +
  background-color: #272B30!important;
 +
}
 +
 
 +
.dropdown-item.active, .dropdown-item:active {
 +
  color: #fff!important;
 +
  background-color: #3A3F44!important;
 +
}
 +
 
 +
.dropdown-item.disabled, .dropdown-item:disabled {
 +
  color: #7A8288!important;
 +
  background-color: transparent!important;
 +
}
 +
 
 +
.nav-tabs .nav-link.active,
 +
.nav-tabs .nav-item.show .nav-link {
 +
  color: #fff!important;
 +
  background-color: #272B30!important;
 +
  border-color: rgba(0, 0, 0, 0.6)!important;
 
}
 
}

Latest revision as of 11:56, 31 March 2020

body {
	color: #aaa;
	background-color: #272B30!important;
}
.nav-wrapper {
	background-color: #222!important;
}

.dropdown-menu {
  color: #aaa!important;
  background-color: #3A3F44!important;
  background-clip: padding-box!important;
  border: 1px solid rgba(0, 0, 0, 0.6)!important;
  border-radius: 0.25rem!important;
}
.dropdown-item {
  color: #aaa!important;
  background-color: transparent!important;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff!important;
  background-color: #272B30!important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff!important;
  background-color: #3A3F44!important;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #7A8288!important;
  background-color: transparent!important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff!important;
  background-color: #272B30!important;
  border-color: rgba(0, 0, 0, 0.6)!important;
}