File tree Expand file tree Collapse file tree
2-ui/4-forms-controls/2-focus-blur Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414}
1515
1616.edit {
17- /* replace padding with border (still 3px not to shift the contents ) */
17+ /* замена отступа границей (по прежнему 3px и содержимое не смещается ) */
1818 border : 3px solid blue;
1919 padding : 0px ;
2020}
2121
2222.edit : focus {
2323 outline : none;
24- /* remove focus border in Safari */
24+ /* удаление рамки фокуса в Safari */
2525}
Original file line number Diff line number Diff line change 1414}
1515
1616.edit {
17- /* replace padding with border (still 3px not to shift the contents ) */
17+ /* замена отступа границей (по прежнему 3px и содержимое не смещается ) */
1818 border : 3px solid blue;
1919 padding : 0px ;
2020}
2121
2222.edit : focus {
2323 outline : none;
24- /* remove focus border in Safari */
24+ /* удаление рамки фокуса в Safari */
2525}
Original file line number Diff line number Diff line change 1- /* common styles for the table, no need to modify these */
1+ /* общие стили для таблицы, изменять их не нужно */
22
33th {
44 text-align : center;
Original file line number Diff line number Diff line change 44 padding : 0 ;
55 display : block;
66 resize : none;
7- /* remove resizing handle in Firefox */
7+ /* отключаем ресайз в Firefox */
88
99 outline : none;
10- /* remove outline on focus in Chrome */
10+ /* удаляем рамку при фокусировке в Chrome */
1111
1212 overflow : auto;
13- /* remove scrollbar in IE */
13+ /* удаляем полосу прокрутки в IE */
1414}
1515
1616.edit-controls {
Original file line number Diff line number Diff line change 1- /* common styles for the table, no need to modify these */
1+ /* общие стили для таблицы, изменять их не нужно */
22
33th {
44 text-align : center;
Original file line number Diff line number Diff line change 1- /* your styles */
1+ /* ваши стили */
You can’t perform that action at this time.
0 commit comments