diff options
author | Alexander Mikhaylenko <exalm7659@gmail.com> | 2019-11-06 13:37:30 +0500 |
---|---|---|
committer | Alexander Mikhaylenko <exalm7659@gmail.com> | 2019-11-06 13:37:30 +0500 |
commit | 26e9e5235d57a24aea73a804b152f57bf416c474 (patch) | |
tree | 760d99f296a3b827cacb7cf11420873c03e0a638 /src/resources/themes/Adwaita-dark.css | |
parent | 1823bd26a66b5cd7a1f54513b8d2e5f1e007cc40 (diff) | |
download | epiphany-26e9e5235d57a24aea73a804b152f57bf416c474.tar.gz |
css: Regenerate from SCSS
Diffstat (limited to 'src/resources/themes/Adwaita-dark.css')
-rw-r--r-- | src/resources/themes/Adwaita-dark.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/resources/themes/Adwaita-dark.css b/src/resources/themes/Adwaita-dark.css index d5e2f231d..3e3be6ad7 100644 --- a/src/resources/themes/Adwaita-dark.css +++ b/src/resources/themes/Adwaita-dark.css @@ -56,6 +56,10 @@ .search-entry-occurrences-tag:backdrop { color: alpha(@theme_unfocused_fg_color,0.5); } +dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid { margin-left: 3px; } + +dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .title, dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .subtitle { margin-left: 6px; } + .incognito-mode headerbar { background: #141927 -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 64px no-repeat, linear-gradient(to top, #1a2235, #1e263b); box-shadow: inset 0 1px rgba(238, 238, 236, 0.07); border-color: #0b0e16; color: rgba(238, 238, 236, 0.2); } .incognito-mode headerbar:backdrop { background-image: -gtk-icontheme("user-not-tracked-symbolic"), image(#252f49); box-shadow: inset 0 1px rgba(238, 238, 236, 0.07); color: rgba(137, 142, 155, 0.1); } @@ -224,10 +228,6 @@ row.narrow .page-row-close-button image { padding: 6px; } .epiphany-downloads-button-needs-attention-multiple { animation: needs_attention_keyframes 3s ease-in-out; animation-iteration-count: 3; } -dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box { margin-left: 3px; } - -dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .title, dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .subtitle { margin-left: 6px; } - .main-notebook tab:not(.reorderable-page) { min-width: 16px; } .main-notebook header.top tab, .main-notebook header.bottom tab { border-style: none solid; } |