/
githubmirror
/
Semantic-UI
Обзор
Документация
Войти
/
githubmirror
/
Semantic-UI
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/definitions/globals/reset.less
40 строк
733 B
Jack Lukic
Removes all references to year from copyright notice (lets save some annoyance every january)
15 июн 2016, 23:17
15 июн 2016, 23:17
e1e1a81
Код
Авторство
О чём код?
/*! * # Semantic UI - Reset * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Theme *******************************/ @type : 'global'; @element : 'reset'; @import (multiple) '../../theme.config'; /******************************* Reset *******************************/ /* Border-Box */ *, *:before, *:after { box-sizing: inherit; } html { box-sizing: border-box; } /* iPad Input Shadows */ input[type="text"], input[type="email"], input[type="search"], input[type="password"] { -webkit-appearance: none; -moz-appearance: none; /* mobile firefox too! */ } .loadUIOverrides();