adwaita: Regenerate proper CSS

This commit is contained in:
Timm Bäder 2018-01-13 07:39:54 +01:00
parent d8f6b12685
commit 32166a9595
2 changed files with 2 additions and 2 deletions

View File

@ -1765,7 +1765,7 @@ infobar.info selection, infobar.question selection, infobar.warning selection, i
/************ Tooltips * */
tooltip { padding: 4px; border-radius: 5px; box-shadow: none; text-shadow: 0 1px black; }
tooltip.background { background-color: white; background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); }
tooltip.background { background-color: rgba(0, 0, 0, 0.8); background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); }
tooltip decoration { background-color: transparent; }

View File

@ -1785,7 +1785,7 @@ infobar.info selection, infobar.question selection, infobar.warning selection, i
/************ Tooltips * */
tooltip { padding: 4px; border-radius: 5px; box-shadow: none; text-shadow: 0 1px black; }
tooltip.background { background-color: white; background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); }
tooltip.background { background-color: rgba(0, 0, 0, 0.8); background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); }
tooltip decoration { background-color: transparent; }