「MediaWiki:MobileUI.css」の版間の差分

編集の要約なし
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
33行目: 33行目:
     overflow: hidden;
     overflow: hidden;
     touch-action: none;
     touch-action: none;
}
@media screen and (min-width: 720px) {
    #mobile-ui-page-right {
        min-width: 320px;
    }
}
}


71行目: 77行目:
}
}


#mobile-ui-page-right ul li a:visited, #mobile-ui-page-right ul li a:active {
#mobile-ui-page-right ul li a:visited,
#mobile-ui-page-right ul li a:active {
     color: #54595d;
     color: #54595d;
}
}