1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 02:54:01 +02:00

docs(examples): Dashboard improvements (#34007)

This commit is contained in:
Gaël Poupard
2021-05-18 07:47:09 +02:00
committed by GitHub
parent 83bcc3c00f
commit 9f678d6a5d
6 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
(function () { (function () {
'use strict' 'use strict'
feather.replace() feather.replace({ 'aria-hidden': 'true' })
// Graphs // Graphs
var ctx = document.getElementById('myChart') var ctx = document.getElementById('myChart')

View File

@@ -18,11 +18,11 @@ extra_js:
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
<input class="form-control form-control-dark w-100" type="text" placeholder="بحث" aria-label="بحث"> <input class="form-control form-control-dark w-100" type="text" placeholder="بحث" aria-label="بحث">
<ul class="navbar-nav px-3"> <div class="navbar-nav">
<li class="nav-item text-nowrap"> <div class="nav-item text-nowrap">
<a class="nav-link" href="#">تسجيل الخروج</a> <a class="nav-link px-3" href="#">تسجيل الخروج</a>
</li> </div>
</ul> </div>
</header> </header>
<div class="container-fluid"> <div class="container-fluid">
@@ -125,11 +125,11 @@ extra_js:
<table class="table table-striped table-sm"> <table class="table table-striped table-sm">
<thead> <thead>
<tr> <tr>
<th>#</th> <th scope="col">#</th>
<th>عنوان</th> <th scope="col">عنوان</th>
<th>عنوان</th> <th scope="col">عنوان</th>
<th>عنوان</th> <th scope="col">عنوان</th>
<th>عنوان</th> <th scope="col">عنوان</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@@ -52,7 +52,7 @@ body {
} }
.sidebar .nav-link.active { .sidebar .nav-link.active {
color: #007bff; color: #2470dc;
} }
.sidebar .nav-link:hover .feather, .sidebar .nav-link:hover .feather,

View File

@@ -3,7 +3,7 @@
(function () { (function () {
'use strict' 'use strict'
feather.replace() feather.replace({ 'aria-hidden': 'true' })
// Graphs // Graphs
var ctx = document.getElementById('myChart') var ctx = document.getElementById('myChart')

View File

@@ -48,7 +48,7 @@ body {
} }
.sidebar .nav-link.active { .sidebar .nav-link.active {
color: #007bff; color: #2470dc;
} }
.sidebar .nav-link:hover .feather, .sidebar .nav-link:hover .feather,

View File

@@ -17,11 +17,11 @@ extra_js:
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
<input class="form-control form-control-dark w-100" type="text" placeholder="Search" aria-label="Search"> <input class="form-control form-control-dark w-100" type="text" placeholder="Search" aria-label="Search">
<ul class="navbar-nav px-3"> <div class="navbar-nav">
<li class="nav-item text-nowrap"> <div class="nav-item text-nowrap">
<a class="nav-link" href="#">Sign out</a> <a class="nav-link px-3" href="#">Sign out</a>
</li> </div>
</ul> </div>
</header> </header>
<div class="container-fluid"> <div class="container-fluid">
@@ -124,11 +124,11 @@ extra_js:
<table class="table table-striped table-sm"> <table class="table table-striped table-sm">
<thead> <thead>
<tr> <tr>
<th>#</th> <th scope="col">#</th>
<th>Header</th> <th scope="col">Header</th>
<th>Header</th> <th scope="col">Header</th>
<th>Header</th> <th scope="col">Header</th>
<th>Header</th> <th scope="col">Header</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>