mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
#12497 css dots
This commit is contained in:
parent
1bdddac95e
commit
f36ea56ad7
@ -34,6 +34,9 @@
|
|||||||
--border-color: #eee;
|
--border-color: #eee;
|
||||||
--border-dark-color: #e1e1e1;
|
--border-dark-color: #e1e1e1;
|
||||||
--text-color: #333;
|
--text-color: #333;
|
||||||
|
--table-hover-background: #edfffe;
|
||||||
|
--background-main-color: #f6f7fb;
|
||||||
|
--border-color-4: #e5e9ed;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -13628,9 +13631,9 @@ button.disabled {
|
|||||||
|
|
||||||
.dot-tab-menu-overlay {
|
.dot-tab-menu-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -5px;
|
top: 20px;
|
||||||
right: -5px;
|
right: -20px;
|
||||||
padding: 30px 10px 10px 10px;
|
padding: 0px 10px 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dot-tab-menu {
|
.dot-tab-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user