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 > .window-content button {
|
||||
all: revert;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.popover.frameless,
|
||||
.ripcrypt.hud,
|
||||
.ripcrypt > .window-content {
|
||||
input, .input {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.popover.frameless,
|
||||
.ripcrypt.hud,
|
||||
.ripcrypt > .window-content {
|
||||
ol {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.popover.frameless p,
|
||||
.ripcrypt.hud p,
|
||||
.ripcrypt > .window-content p {
|
||||
&.warning {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.popover.frameless .pill-bar,
|
||||
.ripcrypt.hud .pill-bar,
|
||||
.ripcrypt > .window-content .pill-bar {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.popover.frameless select,
|
||||
.ripcrypt.hud select,
|
||||
.ripcrypt > .window-content select {
|
||||
all: revert;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.popover.frameless span,
|
||||
.ripcrypt.hud span,
|
||||
.ripcrypt > .window-content span {
|
||||
&.small {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.popover.frameless table,
|
||||
.ripcrypt.hud table,
|
||||
.ripcrypt > .window-content table {
|
||||
all: revert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue