* Adjust the border color of the button.

This commit is contained in:
hufangzhou
2021-03-10 11:47:09 +08:00
parent b62c51539c
commit cdd8ef38b1
+1 -1
View File
@@ -1828,7 +1828,7 @@ class docModel extends model
{
$navCSS .= <<<EOF
#subHeader {margin-top: -50px; background: rgba(0,0,0,0);}
#pageActions .btn-link {color: #fff; font-size: 14px; line-height: 18px; border: #fff 1px solid;}
#pageActions .btn-link {color: #fff; font-size: 14px; line-height: 18px; border: #84a2e2 1px solid;}
.header-angle-btn {padding: 0;}
.header-angle-btn .btn{padding: 6px 12px;}
EOF;