body selected styling
This commit is contained in:
parent
a4ea448ef9
commit
fa065de4bc
11
public/css/app.css
vendored
11
public/css/app.css
vendored
@ -47400,6 +47400,17 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
|||||||
padding: 4px 15px;
|
padding: 4px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* document body selected */
|
||||||
|
::-moz-selection {
|
||||||
|
background: #55588B;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
::selection {
|
||||||
|
background: #55588B;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
/* document body selected */
|
||||||
|
|
||||||
input[type=number]::-webkit-outer-spin-button,
|
input[type=number]::-webkit-outer-spin-button,
|
||||||
input[type=number]::-webkit-inner-spin-button {
|
input[type=number]::-webkit-inner-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
11
resources/assets/sass/app.css
vendored
11
resources/assets/sass/app.css
vendored
@ -608,6 +608,17 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
|||||||
padding: 4px 15px;
|
padding: 4px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* document body selected */
|
||||||
|
::-moz-selection {
|
||||||
|
background: #55588B;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
::selection {
|
||||||
|
background: #55588B;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
/* document body selected */
|
||||||
|
|
||||||
input[type=number]::-webkit-outer-spin-button,
|
input[type=number]::-webkit-outer-spin-button,
|
||||||
input[type=number]::-webkit-inner-spin-button {
|
input[type=number]::-webkit-inner-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user