Hide senstive content and fix image caching
This commit is contained in:
parent
043e9a79dc
commit
e5d8ef83ea
5 changed files with 46 additions and 27 deletions
|
@ -295,6 +295,20 @@ a:hover {
|
|||
background: inherit;
|
||||
cursor: default;
|
||||
}
|
||||
.bar-item-reverse {
|
||||
background: $primary-color;
|
||||
color: $background-color;
|
||||
padding: 5px;
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
border-radius:2px;
|
||||
border: 0;
|
||||
}
|
||||
.bar-item-reverse:hover {
|
||||
background: $color-menu-background;
|
||||
color: $color-light;
|
||||
}
|
||||
|
||||
button.bar-item {
|
||||
border: 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue