|
8 | 8 | } |
9 | 9 |
|
10 | 10 | /* Megabar reset */ |
11 | | - |
12 | 11 | #urlbar.megabar { |
13 | 12 | border: 0 !important; |
14 | 13 | box-shadow: none !important; |
|
32 | 31 |
|
33 | 32 | /* Megabar breakout styles */ |
34 | 33 | #urlbar.megabar[breakout][breakout-extend][open] { |
35 | | - box-shadow: var(--gnome-popover-shadow) !important; |
36 | 34 | border-radius: 5px 5px 9px 9px !important; |
37 | 35 | } |
38 | 36 | #urlbar.megabar[breakout][breakout-extend][open] #urlbar-input-container { |
39 | | - border-bottom-color: transparent !important; |
40 | 37 | border-radius: 5px 5px 0 0 !important; |
| 38 | + border-color: var(--gnome-focused-urlbar-border-color) !important; |
| 39 | + border-bottom-color: transparent !important; |
| 40 | + border-width: 2px !important; |
| 41 | +} |
| 42 | +#urlbar.megabar[breakout][breakout-extend][open] #identity-box { |
| 43 | + padding-inline-start: 5px !important; |
41 | 44 | } |
42 | 45 | #urlbar.megabar[breakout][breakout-extend][open] .urlbarView { |
43 | 46 | border-radius: 0 0 5px 5px !important; |
| 47 | + border-color: var(--gnome-focused-urlbar-border-color) !important; |
| 48 | + border-width: 2px !important; |
44 | 49 | } |
45 | 50 |
|
46 | 51 | /* Center the URL bar */ |
@@ -79,8 +84,7 @@ toolbarspring { |
79 | 84 | right: var(--item-padding-end) !important; |
80 | 85 | top: 40px !important; |
81 | 86 | z-index: 10 !important; |
82 | | - max-width: 100% !important; |
83 | | - |
| 87 | + max-width: 100% !important; |
84 | 88 | background: var(--gnome-popover-background) !important; |
85 | 89 | border: 1px solid !important; |
86 | 90 | border-color: var(--gnome-popover-border-color) !important; |
@@ -116,10 +120,11 @@ toolbarspring { |
116 | 120 | background: var(--gnome-entry-background) !important; |
117 | 121 | width: 100% !important; |
118 | 122 | margin: 0 !important; |
119 | | - margin-top: -40px !important; |
| 123 | + margin-top: -42px !important; |
120 | 124 | box-shadow: none !important; |
121 | 125 | border-top: 0 !important; |
122 | 126 | padding: 0px !important; |
| 127 | + border-color: var(--gnome-entry-border-color) !important; |
123 | 128 | } |
124 | 129 | #urlbar.megabar .urlbarView-body-outer { |
125 | 130 | padding: 0 8px !important; |
|
0 commit comments