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