37 lines
690 B
CSS
37 lines
690 B
CSS
@import url('./style.min.css');
|
|
@CHARSET "UTF-8";
|
|
#sqlite-admin-wrap h2,
|
|
#sqlite-admin-side-wrap h2 {
|
|
background: #cf4944;
|
|
color: rgb(255, 255, 255);
|
|
padding-left: 5px;
|
|
}
|
|
.menu-item {
|
|
font-size: 20px;
|
|
display: inline;
|
|
min-width: 150px;
|
|
height: 50px;
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
padding: 5px;
|
|
border: .5px solit #000;
|
|
background: #cf4944;
|
|
color: rgb(255, 255, 255);
|
|
line-height: 40px;
|
|
}
|
|
.menu-selected {
|
|
font-size: 20px;
|
|
display: inline;
|
|
min-width: 150px;
|
|
height: 50px;
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
padding: 5px;
|
|
background: #dd823b;
|
|
color: rgb(256, 256, 256);
|
|
}
|
|
.menu-item a {
|
|
text-decoration: none;
|
|
color: rgb(255, 255, 255);
|
|
}
|