mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Updated menu color for readability
This commit is contained in:
parent
aff133b5f1
commit
99dee751f3
|
@ -12,6 +12,9 @@
|
|||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dropdown-menu > li > a {
|
||||
color: #354044;
|
||||
}
|
||||
#sort tr.cansort {
|
||||
border-radius: 2px;
|
||||
padding: 10px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -12,6 +12,9 @@
|
|||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dropdown-menu > li > a {
|
||||
color: #354044;
|
||||
}
|
||||
#sort tr.cansort {
|
||||
border-radius: 2px;
|
||||
padding: 10px;
|
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"assets/css/app.css": "assets/css/app-2571b0af3d.css"
|
||||
"assets/css/app.css": "assets/css/app-60aa064b5a.css"
|
||||
}
|
|
@ -14,6 +14,11 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dropdown-menu>li>a {
|
||||
color: #354044;
|
||||
}
|
||||
|
||||
|
||||
#sort tr.cansort {
|
||||
border-radius: 2px;
|
||||
padding: 10px;
|
||||
|
|
Loading…
Reference in a new issue