색상 변경

master
Hyung Geun 2022-03-14 09:40:46 +09:00
parent 8cb819d3c3
commit ef394c2d1b
4 changed files with 13 additions and 14 deletions

View File

@ -14,7 +14,7 @@
<div class="row justify-content-between bg-white mx-3 py-2"> <div class="row justify-content-between bg-white mx-3 py-2">
<div class="col-auto"> <div class="col-auto">
<ul class="nav nav-pills" role="tablist"> <ul class="nav nav-pills" role="tablist">
<li role="presentation" class="nav-item ms-2"> <li role="presentation" class="nav-item ms-2">
<a class="nav-link ${empty useRequestSearchVO.status?'active':''}" href="/admin/request">전체</a> <a class="nav-link ${empty useRequestSearchVO.status?'active':''}" href="/admin/request">전체</a>
</li> </li>

View File

@ -53,9 +53,6 @@
} }
</script> </script>
<div class="row justify-content-end"> <div class="row justify-content-end">
<div class="col-12 row m-1"> <div class="col-12 row m-1">
<label for="username" class="col-4 text-end">이름</label> <label for="username" class="col-4 text-end">이름</label>

View File

@ -3921,7 +3921,7 @@ textarea.form-control-lg {
.nav-link { .nav-link {
display: block; display: block;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
color: #0d6efd; color: #1a1a1a;
text-decoration: none; text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
} }
@ -3934,7 +3934,7 @@ textarea.form-control-lg {
color: #0a58ca; color: #0a58ca;
} }
.nav-link.disabled { .nav-link.disabled {
color: #6c757d; color: #c1c1c1;
pointer-events: none; pointer-events: none;
cursor: default; cursor: default;
} }
@ -3954,7 +3954,7 @@ textarea.form-control-lg {
isolation: isolate; isolation: isolate;
} }
.nav-tabs .nav-link.disabled { .nav-tabs .nav-link.disabled {
color: #6c757d; color: #e3e3e3;
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
} }
@ -3978,7 +3978,7 @@ textarea.form-control-lg {
.nav-pills .nav-link.active, .nav-pills .nav-link.active,
.nav-pills .show > .nav-link { .nav-pills .show > .nav-link {
color: #fff; color: #fff;
background-color: #0d6efd; background-color: #5c5c5c;
} }
.nav-fill > .nav-link, .nav-fill > .nav-link,
@ -4782,7 +4782,7 @@ textarea.form-control-lg {
.page-link { .page-link {
position: relative; position: relative;
display: block; display: block;
color: #0d6efd; color: #1a1a1a;
text-decoration: none; text-decoration: none;
background-color: #fff; background-color: #fff;
border: 1px solid #dee2e6; border: 1px solid #dee2e6;
@ -4813,8 +4813,8 @@ textarea.form-control-lg {
.page-item.active .page-link { .page-item.active .page-link {
z-index: 3; z-index: 3;
color: #fff; color: #fff;
background-color: #0d6efd; background-color: #5c5c5c;
border-color: #0d6efd; border-color: #5c5c5c;
} }
.page-item.disabled .page-link { .page-item.disabled .page-link {
color: #6c757d; color: #6c757d;

View File

@ -28,7 +28,8 @@ a {
} }
.header { .header {
background: url('/images/header_bg.png') no-repeat; /*background: url('/images/header_bg.png') no-repeat;*/
background-color: #5c5c5c;
background-size: cover; background-size: cover;
height: 70px; height: 70px;
position: fixed; position: fixed;
@ -43,7 +44,7 @@ a {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: #094e84; background: #5c5c5c;
height: auto; height: auto;
width: 200px; width: 200px;
min-width: inherit; min-width: inherit;
@ -253,8 +254,9 @@ a {
} }
.thisOn { .thisOn {
background-color: #337ab7; /*background-color: #337ab7;*/
border-left: 3px solid #fff; border-left: 3px solid #fff;
background-color: #1a1a1a;
} }
#fieldPaging { #fieldPaging {