mirror of https://gitee.com/bigwinds/arangodb
css changes
This commit is contained in:
parent
b977c3e605
commit
0f215c7f71
|
@ -131,3 +131,7 @@
|
||||||
font-size: 13pt;
|
font-size: 13pt;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.totalDocuments:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
|
@ -50,5 +50,5 @@
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-top: 6px;
|
margin-top: 7px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6121,3 +6121,6 @@ table .sorting {
|
||||||
color: #333232;
|
color: #333232;
|
||||||
font-size: 13pt;
|
font-size: 13pt;
|
||||||
margin-right: 10px; }
|
margin-right: 10px; }
|
||||||
|
|
||||||
|
.totalDocuments:hover {
|
||||||
|
color: #000; }
|
||||||
|
|
Loading…
Reference in New Issue