##// END OF EJS Templates
Merge pull request #8174 from minrk/notification-pad...
Matthias Bussonnier -
r20978:ae9903d7 merge
parent child Browse files
Show More
@@ -2,6 +2,7 b''
2 2 color: @navbar-default-link-color;
3 3 z-index: 10;
4 4 background: @notification_widget_bg;
5 margin-right: 4px;
5 6 .btn-default();
6 7 }
7 8
@@ -10866,6 +10866,7 b' ul#help_menu li a i {'
10866 10866 color: #777777;
10867 10867 z-index: 10;
10868 10868 background: rgba(240, 240, 240, 0.5);
10869 margin-right: 4px;
10869 10870 color: #333333;
10870 10871 background-color: #ffffff;
10871 10872 border-color: #cccccc;
General Comments 0
You need to be logged in to leave comments. Login now