优化CSS样式

pull/495/head
Karson 2025-04-30 17:19:32 +08:00
parent 01b574d7ee
commit bdde403060
5 changed files with 12 additions and 9 deletions

View File

@ -1649,12 +1649,13 @@ table.table-nowrap thead > tr > th {
.btn-commonsearch.searching:focus { .btn-commonsearch.searching:focus {
background: #444c69; background: #444c69;
color: #fff; color: #fff;
border: none; border-color: #444c69;
} }
.btn-commonsearch.searching:hover, .btn-commonsearch.searching:hover,
.btn-commonsearch.searching:active, .btn-commonsearch.searching:active,
.btn-commonsearch.searching:active:hover { .btn-commonsearch.searching:active:hover {
background: #3a415a; background: #3a415a;
color: #fff; color: #fff;
outline: none;
} }
/*# sourceMappingURL=backend.css.map */ /*# sourceMappingURL=backend.css.map */

File diff suppressed because one or more lines are too long

View File

@ -813,12 +813,11 @@ footer.footer .copyright a:hover {
} }
.login-section .logon-tab { .login-section .logon-tab {
margin: -15px -15px 0 -15px; margin: -15px -15px 0 -15px;
display: flex;
} }
.login-section .logon-tab > a { .login-section .logon-tab > a {
display: block;
padding: 20px; padding: 20px;
float: left; width: 100%;
width: 50%;
font-size: 16px; font-size: 16px;
text-align: center; text-align: center;
color: #616161; color: #616161;

View File

@ -1699,12 +1699,13 @@ table.table-nowrap {
&, &:focus { &, &:focus {
background: @component-active-bg; background: @component-active-bg;
color: @component-active-color; color: @component-active-color;
border: none; border-color: @component-active-bg;
} }
&:hover, &:active, &:active:hover { &:hover, &:active, &:active:hover {
background: darken(@component-active-bg, 5%); background: darken(@component-active-bg, 5%);
color: @component-active-color; color: @component-active-color;
outline: none;
} }
} }
} }

View File

@ -93,6 +93,7 @@ a {
line-height: 27px; line-height: 27px;
} }
} }
.navbar-white .navbar-nav { .navbar-white .navbar-nav {
> li > a { > li > a {
height: 60px; height: 60px;
@ -142,6 +143,7 @@ a {
display: block; display: block;
margin-top: 0; margin-top: 0;
} }
li.dropdown ul.dropdown-menu { li.dropdown ul.dropdown-menu {
min-width: 100px; min-width: 100px;
} }
@ -346,6 +348,7 @@ input.selectpage {
} }
} }
} }
min-height: @input-min-height; min-height: @input-min-height;
} }
@ -636,12 +639,11 @@ footer.footer {
.logon-tab { .logon-tab {
margin: -15px -15px 0 -15px; margin: -15px -15px 0 -15px;
display: flex;
> a { > a {
display: block;
padding: 20px; padding: 20px;
float: left; width: 100%;
width: 50%;
font-size: 16px; font-size: 16px;
text-align: center; text-align: center;
color: #616161; color: #616161;