Merge develop into 0502_vier_dark
Conflicts: view/theme/vier/dark.css
This commit is contained in:
commit
95819684c2
|
@ -69,6 +69,10 @@ li :hover {
|
||||||
background-color: #343434;
|
background-color: #343434;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.smiley-preview{
|
||||||
|
background-color: #252C33 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* ACL permission popup */
|
/* ACL permission popup */
|
||||||
.acl-list-item.groupshow {
|
.acl-list-item.groupshow {
|
||||||
border-color: #9ade00 !important;
|
border-color: #9ade00 !important;
|
||||||
|
|
|
@ -24,7 +24,7 @@ nav .nav-notify {
|
||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
// -----
|
|
||||||
nav .nav-menu-icon .nav-notify {
|
nav .nav-menu-icon .nav-notify {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2024,6 +2024,15 @@ section.minimal {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
#smileybutton {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 99;
|
||||||
|
}
|
||||||
|
table.smiley-preview{
|
||||||
|
background-color: #FFF;
|
||||||
|
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
|
||||||
}
|
}
|
||||||
#jot-perms-icon {
|
#jot-perms-icon {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in a new issue