mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update naming project
This commit is contained in:
parent
86ced8bc12
commit
f64c7b3818
5 changed files with 21 additions and 20 deletions
24
dashboard-ui/css/materialize.css
vendored
24
dashboard-ui/css/materialize.css
vendored
|
@ -18,11 +18,10 @@
|
|||
.btn, .btn-large, .btn-flat {
|
||||
display: block;
|
||||
padding: 0 2rem;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
outline: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
@ -67,7 +66,6 @@
|
|||
outline: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
margin-bottom: 15px;
|
||||
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
@ -129,9 +127,9 @@
|
|||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.btn-floating-large i {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.btn-floating-large i {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
|
||||
.btn, .btn-large {
|
||||
|
@ -163,12 +161,12 @@
|
|||
|
||||
.ui-page-theme-a .btnCancel {
|
||||
background-color: #e8e8e8;
|
||||
color: #333!important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .btnCancel i {
|
||||
color: #666!important;
|
||||
}
|
||||
.ui-page-theme-a .btnCancel i {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.btn-inline {
|
||||
display: inline-block;
|
||||
|
@ -176,7 +174,7 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
button.btn:not(.btn-inline),button.btn-large:not(.btn-inline) {
|
||||
button.btn:not(.btn-inline), button.btn-large:not(.btn-inline) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -669,6 +669,8 @@ progress {
|
|||
width: auto !important;
|
||||
display: inline-block !important;
|
||||
background: none !important;
|
||||
border: 0 !important;
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
.btnUserItemRating div {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue