Enable generic styling in frameless popovers
This commit is contained in:
parent
88a47ba02b
commit
e8fdf6e952
8 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
.ripcrypt.popover.frameless button,
|
||||||
.ripcrypt.hud button,
|
.ripcrypt.hud button,
|
||||||
.ripcrypt > .window-content button {
|
.ripcrypt > .window-content button {
|
||||||
all: revert;
|
all: revert;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
.ripcrypt.popover.frameless,
|
||||||
.ripcrypt.hud,
|
.ripcrypt.hud,
|
||||||
.ripcrypt > .window-content {
|
.ripcrypt > .window-content {
|
||||||
input, .input {
|
input, .input {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
.ripcrypt.popover.frameless,
|
||||||
.ripcrypt.hud,
|
.ripcrypt.hud,
|
||||||
.ripcrypt > .window-content {
|
.ripcrypt > .window-content {
|
||||||
ol {
|
ol {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
.ripcrypt.popover.frameless p,
|
||||||
.ripcrypt.hud p,
|
.ripcrypt.hud p,
|
||||||
.ripcrypt > .window-content p {
|
.ripcrypt > .window-content p {
|
||||||
&.warning {
|
&.warning {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
.ripcrypt.popover.frameless .pill-bar,
|
||||||
.ripcrypt.hud .pill-bar,
|
.ripcrypt.hud .pill-bar,
|
||||||
.ripcrypt > .window-content .pill-bar {
|
.ripcrypt > .window-content .pill-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
.ripcrypt.popover.frameless select,
|
||||||
.ripcrypt.hud select,
|
.ripcrypt.hud select,
|
||||||
.ripcrypt > .window-content select {
|
.ripcrypt > .window-content select {
|
||||||
all: revert;
|
all: revert;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
.ripcrypt.popover.frameless span,
|
||||||
.ripcrypt.hud span,
|
.ripcrypt.hud span,
|
||||||
.ripcrypt > .window-content span {
|
.ripcrypt > .window-content span {
|
||||||
&.small {
|
&.small {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
.ripcrypt.popover.frameless table,
|
||||||
.ripcrypt.hud table,
|
.ripcrypt.hud table,
|
||||||
.ripcrypt > .window-content table {
|
.ripcrypt > .window-content table {
|
||||||
all: revert;
|
all: revert;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue