MediaWiki

Difference between revisions of "Common.css"

From Boundary Devices Wiki

Line 3: Line 3:
 
/***** START *****/
 
/***** START *****/
 
/* Edit the Top Bar and Menu */
 
/* Edit the Top Bar and Menu */
.top-bar {  
+
@media only screen and (min-width: 40.0625em) {
  background: #fff !important;
+
  .top-bar {  
 +
      background: #fff !important;
 +
  }
 
}
 
}
 
 
 
/* Edit the Top Bar and Menu */
 
/* Edit the Top Bar and Menu */
 
/***** END *****/
 
/***** END *****/

Revision as of 16:56, 2 December 2020

/* CSS placed here will be applied to all skins */

/***** START *****/
/* Edit the Top Bar and Menu */
@media only screen and (min-width: 40.0625em) {
   .top-bar { 
      background: #fff !important;
   }
}
/* Edit the Top Bar and Menu */
/***** END *****/