mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
license manager
This commit is contained in:
parent
45fd7dc75b
commit
60ebfe321a
13 changed files with 534 additions and 47 deletions
53
web/css/styles.min.css
vendored
53
web/css/styles.min.css
vendored
|
@ -799,11 +799,6 @@ input[type="checkbox"] {
|
|||
background-color: #c4da5e;
|
||||
}
|
||||
.l-profile__notifications.updates {
|
||||
background-position: -165px -135px;
|
||||
}
|
||||
|
||||
.l-profile__notifications.updates2 {
|
||||
/* background-position: -202px -135px; */
|
||||
background-position: -202px -157px;
|
||||
}
|
||||
|
||||
|
@ -820,32 +815,40 @@ input[type="checkbox"] {
|
|||
z-index: 21;
|
||||
font-size: 12px;
|
||||
padding: 0;
|
||||
color: #9E9E9E;
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.notification-container .unseen {
|
||||
color: #ABABAB;
|
||||
}
|
||||
|
||||
|
||||
.notification-container li {
|
||||
border-bottom: 1px solid #555;
|
||||
padding: 10px 15px 24px;
|
||||
}
|
||||
.notification-container .mark-seen {
|
||||
background: rgba(0, 0, 0, 0) url("/images/sprite.png") repeat scroll -427px -486px;
|
||||
border: 5px solid #454545;
|
||||
border-radius: 12px;
|
||||
background-color: #abc04b;
|
||||
border: 2px solid #454545;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
display: none;
|
||||
float: right;
|
||||
height: 9px;
|
||||
margin-right: -8px;
|
||||
margin-top: -3px;
|
||||
width: 9px;
|
||||
height: 7px;
|
||||
margin-right: -5px;
|
||||
margin-top: 0;
|
||||
width: 7px;
|
||||
}
|
||||
.notification-container .mark-seen:hover {
|
||||
background-color: #333;
|
||||
border-color: #333;
|
||||
border-color: #abc04b;
|
||||
}
|
||||
.notification-container .mark-seen:active {
|
||||
background-color: #777;
|
||||
border-color: #777;
|
||||
}
|
||||
.notification-container .unseen .mark-seen{
|
||||
display: inline-block;
|
||||
}
|
||||
.notification-container .title {
|
||||
color: #9e9e9e;
|
||||
font-weight: bold;
|
||||
|
@ -870,7 +873,6 @@ input[type="checkbox"] {
|
|||
color: #dacf2e;
|
||||
}
|
||||
|
||||
|
||||
.notification-container a {
|
||||
color: #5ABDB5;/* #eee;*/
|
||||
}
|
||||
|
@ -881,6 +883,21 @@ input[type="checkbox"] {
|
|||
color: #00C0C0;
|
||||
}
|
||||
|
||||
.notification-container .icon {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
}
|
||||
.notification-container .icon.filemanager {
|
||||
display: inline-block;
|
||||
width: 22px;
|
||||
background: url("/images/flat_icons.png") repeat scroll -31px -100px;
|
||||
}
|
||||
.notification-container .icon.starred {
|
||||
display: inline-block;
|
||||
width: 21px;
|
||||
background: url("/images/sprite.png") repeat scroll -184px 556px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.l-stat {
|
||||
|
@ -3001,6 +3018,10 @@ form#vstobjects.suspended {
|
|||
background-color: #5f9491;
|
||||
}
|
||||
|
||||
.description.cancel-success {
|
||||
color: #8fac0a;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.description .licence {
|
||||
padding: 20px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue