Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Candle - the privacy friendly smart home authored Jan 30, 2022
1 parent 7a0d8ba commit d367f2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/extension.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
*/

#extension-privacy-manager-view .extension-privacy-manager-tab-buttons button:not(.extension-privacy-manager-button-active){
background-color: rgba(0,0,0,.1);
/*background-color: rgba(0,0,0,.1);*/
/*color: white;*/
}

Expand Down Expand Up @@ -113,6 +113,8 @@
border-radius: .7rem;
overflow: hidden;
font-size:0;
display:flex;
flex-wrap:wrap;
}

#extension-privacy-manager-view .extension-privacy-manager-tab-buttons button{
Expand All @@ -124,6 +126,7 @@
}
#extension-privacy-manager-view .extension-privacy-manager-tab-buttons button:last-child{
float:right;
margin-left:auto;
}

#extension-privacy-manager-view .extension-privacy-manager-tab-buttons button:hover{
Expand Down

0 comments on commit d367f2a

Please sign in to comment.