MediaWiki:Mobile.css: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: →‎Поле ввода: input[type="text"] { border: 1px solid #cccccc; border-radius: 3px; background: #ffffff !important; outline: none; height: 24px; width: 100px; color: #cccccc; font-size: 10px; font-family: Tahoma; }")
(No difference)

Revision as of 18:03, 16 June 2024

/* All CSS here will be loaded for users of the mobile site */
/* Поле ввода */
input[type="text"] {
   border: 1px solid #cccccc; 
   border-radius: 3px; 
   background: #ffffff !important; 
   outline: none; 
   height: 24px; 
   width: 100px; 
   color: #cccccc; 
   font-size: 10px; 
   font-family: Tahoma; 
}