Skip to content

Commit 92c46ae

Browse files
committed
Update adminbar.php
1 parent 8f9993f commit 92c46ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adminbar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public function assets() {
8585
'###FAVICON###',
8686
'data:image/x-icon;base64,'.base64_encode( file_get_contents( site_url('favicon.ico') ) ),
8787
'html{margin-top:28px !important;}
88-
#pcms_admin_bar{position:fixed;height:28px;background:#464646;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #373737), color-stop(18%, #464646));background-image:-webkit-linear-gradient(bottom, #373737 0, #464646 5px);background-image:-moz-linear-gradient(bottom, #373737 0, #464646 5px);background-image:-o-linear-gradient(bottom, #373737 0, #464646 5px);background-image:linear-gradient(to top, #373737 0, #464646 5px);color:#dedede;font:normal 13px/28px sans-serif;top:0;left:0;width:100%;min-width:600px;z-index:9999;}#pcms_admin_bar a{font-weight:normal;color:#dedede;font:normal 13px/28px sans-serif;}
88+
#pcms_admin_bar{position:fixed;height:28px;background:#464646;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #373737), color-stop(18%, #464646));background-image:-webkit-linear-gradient(bottom, #373737 0, #464646 5px);background-image:-moz-linear-gradient(bottom, #373737 0, #464646 5px);background-image:-o-linear-gradient(bottom, #373737 0, #464646 5px);background-image:linear-gradient(to top, #373737 0, #464646 5px);color:#dedede;font:normal 13px/28px sans-serif;top:0;left:0;width:100%;min-width:600px;z-index:9999;}
89+
#pcms_admin_bar a{font-weight:normal;color:#dedede;font:normal 13px/28px sans-serif;text-decoration: none; }
8990
#pcms_admin_bar a:hover{text-decoration:none;text-shadow:none;}
9091
#pcms_admin_bar .favicon{height:28px;width:28px;background:url(###FAVICON###) no-repeat center center;float:left;margin-right:5px;}
9192
#pcms_admin_bar #menu_left,#pcms_admin_bar #menu_right{height:28px;float:left;list-style:none;margin:0;padding:0;position:relative;}#pcms_admin_bar #menu_left li,#pcms_admin_bar #menu_right li{position:relative;float:left;color:#dedede;font:normal 13px/28px sans-serif;border-right:1px solid #666;padding:0;margin:0;list-style:none;}#pcms_admin_bar #menu_left li a,#pcms_admin_bar #menu_right li a,#pcms_admin_bar #menu_left li .generic,#pcms_admin_bar #menu_right li .generic{display:block;padding:0 15px;border-right:1px solid #333;color:#dedede;font:normal 13px/28px sans-serif;}

0 commit comments

Comments
 (0)