Index: trunk/extensions/VisualEditor/modules/es/styles/es.ContextView.css |
— | — | @@ -87,41 +87,6 @@ |
88 | 88 | white-space: nowrap; |
89 | 89 | } |
90 | 90 | |
91 | | -.es-contextView-menuButton { |
92 | | - display: inline-block; |
93 | | - width: 1em; |
94 | | - height: 1em; |
95 | | - padding: 0.25em; |
96 | | - border: solid 1px white; |
97 | | - -webkit-border-radius: 0.125em; |
98 | | - -moz-border-radius: 0.125em; |
99 | | - -o-border-radius: 0.125em; |
100 | | - border-radius: 0.125em; |
101 | | - background-position: center center; |
102 | | - background-position: no-repeat; |
103 | | - cursor: pointer; |
104 | | -} |
105 | | - |
106 | | -.es-contextView-menuButton-bold { |
107 | | - background-image: url(../images/bold.png); |
108 | | -} |
109 | | - |
110 | | -.es-contextView-menuButton-italic { |
111 | | - background-image: url(../images/italic.png); |
112 | | -} |
113 | | - |
114 | | -.es-contextView-menuButton-clear { |
115 | | - background-image: url(../images/clear.png); |
116 | | -} |
117 | | - |
118 | | -.es-contextView-menuButton:hover { |
119 | | - border-color: #b3d6f6; |
120 | | -} |
121 | | - |
122 | | -.es-contextView-menuButton:active { |
123 | | - background-color: #b3d6f6; |
124 | | -} |
125 | | - |
126 | 91 | .es-contextView-menuItem-break { |
127 | 92 | margin: 0.33em 0; |
128 | 93 | border-top: solid 1px #dddddd; |