##// END OF EJS Templates
Merge pull request #7665 from jdfreder/fixedmodeindi2...
Jonathan Frederic -
r20310:2e4fbcff merge
parent child Browse files
Show More
@@ -30,8 +30,12 b''
30 .indicator_area();
30 .indicator_area();
31 }
31 }
32
32
33 .modal_indicator:before {
34 .fa-fw();
35 }
36
33 .edit_mode .modal_indicator:before {
37 .edit_mode .modal_indicator:before {
34 .icon(@fa-var-pencil)
38 .icon(@fa-var-pencil);
35 }
39 }
36
40
37 .command_mode .modal_indicator:before {
41 .command_mode .modal_indicator:before {
@@ -8925,6 +8925,7 b' ul#new-menu {'
8925 text-rendering: auto;
8925 text-rendering: auto;
8926 -webkit-font-smoothing: antialiased;
8926 -webkit-font-smoothing: antialiased;
8927 -moz-osx-font-smoothing: grayscale;
8927 -moz-osx-font-smoothing: grayscale;
8928 transform: translate(0, 0);
8928 width: 20px;
8929 width: 20px;
8929 }
8930 }
8930 .dirty-indicator.pull-left {
8931 .dirty-indicator.pull-left {
@@ -8940,6 +8941,7 b' ul#new-menu {'
8940 text-rendering: auto;
8941 text-rendering: auto;
8941 -webkit-font-smoothing: antialiased;
8942 -webkit-font-smoothing: antialiased;
8942 -moz-osx-font-smoothing: grayscale;
8943 -moz-osx-font-smoothing: grayscale;
8944 transform: translate(0, 0);
8943 width: 20px;
8945 width: 20px;
8944 }
8946 }
8945 .dirty-indicator-dirty.pull-left {
8947 .dirty-indicator-dirty.pull-left {
@@ -8955,6 +8957,7 b' ul#new-menu {'
8955 text-rendering: auto;
8957 text-rendering: auto;
8956 -webkit-font-smoothing: antialiased;
8958 -webkit-font-smoothing: antialiased;
8957 -moz-osx-font-smoothing: grayscale;
8959 -moz-osx-font-smoothing: grayscale;
8960 transform: translate(0, 0);
8958 width: 20px;
8961 width: 20px;
8959 }
8962 }
8960 .dirty-indicator-clean.pull-left {
8963 .dirty-indicator-clean.pull-left {
@@ -8970,6 +8973,7 b' ul#new-menu {'
8970 text-rendering: auto;
8973 text-rendering: auto;
8971 -webkit-font-smoothing: antialiased;
8974 -webkit-font-smoothing: antialiased;
8972 -moz-osx-font-smoothing: grayscale;
8975 -moz-osx-font-smoothing: grayscale;
8976 transform: translate(0, 0);
8973 content: "\f00c";
8977 content: "\f00c";
8974 }
8978 }
8975 .dirty-indicator-clean:before.pull-left {
8979 .dirty-indicator-clean:before.pull-left {
@@ -10671,6 +10675,10 b' ul#help_menu li a i {'
10671 text-align: center;
10675 text-align: center;
10672 width: auto;
10676 width: auto;
10673 }
10677 }
10678 .modal_indicator:before {
10679 width: 1.28571429em;
10680 text-align: center;
10681 }
10674 .edit_mode .modal_indicator:before {
10682 .edit_mode .modal_indicator:before {
10675 display: inline-block;
10683 display: inline-block;
10676 font: normal normal normal 14px/1 FontAwesome;
10684 font: normal normal normal 14px/1 FontAwesome;
General Comments 0
You need to be logged in to leave comments. Login now