Skip to content
  • This project
    • Loading...
  • Sign in

Tran Phuong An / 17_jason16

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 17_jason16
  • wp-content
  • plugins
  • wordpress-seo
  • css
  • metabox-fresh.css
  • Tran Phuong An's avatar
    Push site. · e579dd71
    e579dd71 Browse Files
    Tran Phuong An committed 2017-03-23 15:10:30 +0700
metabox-fresh.css 361 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/**
 * Metabox Tabs
 */

ul.wpseo-metabox-tabs li.active {
	background-color: #f1f1f1;
}

ul.wpseo-metabox-tabs li.active,
div.wpseo-tab-content {
	border-color: #dfdfdf;
	background-color: #fff;
}

.wpseo-metabox-tabs .active a {
	color: #333;
}

#wpseotab .ui-widget-content .ui-state-hover {
	border: 1px solid #dfdfdf;
	color: #333;
	background: #f1f1f1;
}