Skip to content

Commit

Permalink
Windows 10 gets aero context menus.
Browse files Browse the repository at this point in the history
  • Loading branch information
clifford269 committed Sep 30, 2024
1 parent 0fc032f commit 1fece70
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions chrome/userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,15 @@ menulist::after {
box-sizing: border-box;
content: "Save";
display: inline-block;
min-height: 23px !important;
min-height: 21px !important;
min-width: 88px !important;
padding: 3px 12px !important;
position: absolute;
right: 0px;
top: 0;

right:-2px;
top: -2px;
box-shadow: 0 0 0 1px #fffc;
border: 1px solid #8e8f8f;
border-radius: 3px;
}

.topsite-form .actions .cancel:after {
Expand All @@ -301,12 +303,15 @@ menulist::after {
box-sizing: border-box;
content: "Save";
display: inline-block;
min-height: 23px !important;
min-height: 21px !important;
min-width: 88px !important;
padding: 3px 12px !important;
position: absolute;
right: 0px;
top: 0;
right:-2px;
top: -2px;
box-shadow: 0 0 0 1px #fffc;
border: 1px solid #8e8f8f;
border-radius: 3px;
transition: opacity .3s;

}
Expand All @@ -323,12 +328,15 @@ menulist::after {
box-sizing: border-box;
content: "Save";
display: inline-block;
min-height: 23px !important;
min-height: 21px !important;
min-width: 88px !important;
padding: 3px 12px !important;
position: absolute;
right: 0px;
top: 0;
right:-2px;
top: -2px;
box-shadow: 0 0 0 1px #fffc;
border: 1px solid #8e8f8f;
border-radius: 3px;
}

.topsite-form .actions .cancel:active:after {
Expand Down Expand Up @@ -649,4 +657,7 @@ background-repeat: none !important;
#sidebarToggle::before{
display: none !important;
}
.radio-check, input[type="radio"]{appearance: auto !important}
.radio-check, input[type="radio"]{appearance: auto !important}
.addon-card-message[type="warning"]{
display: none !important;
}

0 comments on commit 1fece70

Please sign in to comment.