mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
File Explorer update + Permission update
This commit is contained in:
19
public/css/custom.css
vendored
19
public/css/custom.css
vendored
@@ -57,6 +57,10 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.no-cursor {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.word-wrap {
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
@@ -140,7 +144,7 @@
|
||||
top: 36px;
|
||||
left: 36px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
height: 0;progress-bar
|
||||
opacity: 1;
|
||||
}
|
||||
100% {
|
||||
@@ -1816,3 +1820,16 @@ td{
|
||||
h2 {
|
||||
text-transform: capitalize !important;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
margin: auto;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-wrapper {
|
||||
max-width: 75%;
|
||||
}
|
||||
.progress-bar-top {
|
||||
margin-bottom: -4px;
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user