edge-frfox/chrome/global/browser.css
TGSAN 3e6649ad78 Adjust button corners to Phoenix.
Adjust tag and frame styles.
Fix the problem of tag highlights covering active tag.
2023-07-22 01:58:12 +08:00

15 lines
377 B
CSS

/* EdgeFr-Fox 2 - browser */
@supports (not -moz-bool-pref("uc.tweak.disable-rounded-corners")) {
:root #browser>#appcontent {
margin: 1px 3px 3px 3px;
border-radius: 8px;
overflow: hidden;
border: 1.25px solid rgba(0, 0, 0, 0.05);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
:root #browser {
background-color: var(--toolbar-bgcolor);
}
}