hide publish button for nono TTRSS
This commit is contained in:
parent
d1c7059751
commit
3e4be0fe29
3 changed files with 45 additions and 54 deletions
|
@ -83,7 +83,7 @@ label {
|
|||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
section {
|
||||
|
@ -125,7 +125,6 @@ section > header h1 {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.invisible { display: none; }
|
||||
.inactive { opacity: 0.4; }
|
||||
|
||||
.settings, .list {
|
||||
|
|
Reference in a new issue