Skip to content
  • This project
    • Loading...
  • Sign in

蔡永松 / fontweb-dc

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • fontweb-dc
  • src
  • main
  • webapp
  • css
  • meetingNotice
  • textbox.css
  • caiyongsong's avatar
    提交 · 479ac152
    479ac152
    caiyongsong committed 2020-07-27 20:50:57 +0800
textbox.css 397 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
@CHARSET "UTF-8";

.textarea {
    width: 763.39px; 
    min-height: 20px; 
    max-height: 300px;
    _height: 120px; 
    margin-right: auto; 
    padding: 3px; 
    outline: 0; 
    border: 1px solid #a0b3d6; 
    font-size: 14px; 
    line-height: 24px;
    padding: 2px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;

    border-color: rgba(82, 168, 236, 0.8);
	

}